layout adjustments
This commit is contained in:
parent
667128e3fe
commit
5f10aeeccd
@ -15,7 +15,7 @@ in {
|
||||
layout = {
|
||||
"Multimedia" = {
|
||||
style = "row";
|
||||
columns = 3;
|
||||
columns = 2;
|
||||
};
|
||||
"Piracy" = {
|
||||
style = "row";
|
||||
@ -48,6 +48,7 @@ in {
|
||||
"Multimedia" = [
|
||||
{ inherit (services) Jellyfin; }
|
||||
{ inherit (services) Audiobookshelf; }
|
||||
{ inherit (services) JellyfinPlaying; }
|
||||
{ inherit (services) Kavita; }
|
||||
];
|
||||
}
|
||||
|
||||
@ -18,11 +18,26 @@
|
||||
type = name;
|
||||
url = url;
|
||||
key = "{{HOMEPAGE_VAR_JELLYFIN}}";
|
||||
enableBlocks = true;
|
||||
enableNowPlaying = true;
|
||||
enableUser = true;
|
||||
enableBlocks = true;
|
||||
enableNowPlaying = false;
|
||||
};
|
||||
};
|
||||
JellyfinPlaying = let
|
||||
name = "jellyfin";
|
||||
url = "https://flix.servidos.lat";
|
||||
in {
|
||||
icon = "${name}.png";
|
||||
href = url;
|
||||
widget = {
|
||||
type = name;
|
||||
url = url;
|
||||
key = "{{HOMEPAGE_VAR_JELLYFIN}}";
|
||||
enableUser = true;
|
||||
enableBlocks = false;
|
||||
enableNowPlaying = true;
|
||||
showEpisodeNumber = true;
|
||||
expandOneStreamToTwoRows = false;
|
||||
expandOneStreamToTwoRows = true;
|
||||
};
|
||||
};
|
||||
Sonarr = let
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user