From b0c1be575b50ac54e8bcf94e39354aae7ce69ed6 Mon Sep 17 00:00:00 2001 From: Kristian Krsnik Date: Tue, 13 Feb 2024 21:50:18 +0100 Subject: [PATCH] changed colour theme and extentions --- systems/common/spiceify.nix | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/systems/common/spiceify.nix b/systems/common/spiceify.nix index 7347314..61d9b08 100644 --- a/systems/common/spiceify.nix +++ b/systems/common/spiceify.nix @@ -8,19 +8,16 @@ in { programs.spicetify = { enable = true; - theme = spicePkgs.themes.catppuccin; - colorScheme = "frappe"; + theme = spicePkgs.themes.text; + colorScheme = "CatppuccinLatte"; enabledExtensions = with spicePkgs.extensions; [ - fullAppDisplay shuffle # shuffle+ (special characters are sanitized out of ext names) - hidePodcasts groupSession - playlistIntersection - skipStats - phraseToPlaylist wikify - songStats + fullScreen + playlistIntersection + phraseToPlaylist ]; }; }