layout adjustments

This commit is contained in:
Danilo Reyes 2024-09-05 23:56:02 -06:00
parent 667128e3fe
commit 5f10aeeccd
2 changed files with 20 additions and 4 deletions

View File

@ -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; }
];
}

View File

@ -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