From 9ac6dae6e7c5d7614131fbdcadcd6277465b83c7 Mon Sep 17 00:00:00 2001 From: deadvey Date: Thu, 2 Jan 2025 02:22:14 +0000 Subject: [PATCH] 2025-01-02 02:22 : id 64 --- home-manager/home.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/home-manager/home.nix b/home-manager/home.nix index 7d3e4a9..df3739f 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -660,7 +660,7 @@ in modules-left = [ "custom/uptime" ]; #modules-center = ["custom/gruvbox" "custom/nord" "custom/solarized" "custom/dracula" "custom/mocha" "custom/macchiato"]; modules-center = ["custom/fuzzy-time" "custom/clock"]; - modules-right = [ "custom/playerctl" "pulseaudio" ]; + modules-right = [ "custom/playerctl" "custom/cava-waybar-local" "pulseaudio" ]; "network" = { interface = "enp42s0"; interval = 10; @@ -809,7 +809,8 @@ in #custom-fuzzy-time, #custom-cmus-artist, #custom-cmus-song, - #custom-playerctl { + #custom-playerctl, + #custom-cava-waybar-local { color: #${FG}; background: #${BG}; border: ${BORDER_WIDTH}px solid #${ACCENT};