layout adjustments

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

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