From 7f1e43699b3019b6dd3ab69f76ec60fc83da151c Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Tue, 26 May 2026 19:19:41 +0200 Subject: [PATCH] spotifi-cli rice fix --- home-modules/spotify.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-modules/spotify.nix b/home-modules/spotify.nix index 1ef4a6d..b83f4c7 100644 --- a/home-modules/spotify.nix +++ b/home-modules/spotify.nix @@ -46,7 +46,7 @@ playback_progress_bar = { fg = accent.brighter; bg = accent.dark; modifiers = ["Bold"]; }; playback_status = { fg = accent.bright; }; playback_track = { fg = accent.bright; modifiers = ["Bold"]; }; - secondary_row = { fg = secondary.base; }; + secondary_row = { fg = accent.brighter; }; selection = { bg = accent.dark; }; table_header = { fg = tertiary.bright; }; # playback_progress_bar_unfilled (Specific to progress_bar_type as Line) = "";