From 9cc191344c2ea1c78cbff180d018059fbc2b1c68 Mon Sep 17 00:00:00 2001 From: deadvey Date: Fri, 13 Dec 2024 16:46:56 +0000 Subject: [PATCH] 2024-12-13 16:46 : id 454 --- home-manager/home.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/home-manager/home.nix b/home-manager/home.nix index a5b691c..03587c9 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -369,7 +369,7 @@ in width = SCREEN_WIDTH - 10; modules-left = [ "network" ]; modules-right = [ "pulseaudio" ]; - modules-center = ["custom/gruvbox" "custom/nord" "custom/solarized"]; + modules-center = ["custom/gruvbox" "custom/nord" "custom/solarized" "custom/dracula"]; "network" = { interface = "enp42s0"; interval = 10; @@ -467,7 +467,11 @@ in #memory, #cpu, #custom-website, - #pulseaudio { + #pulseaudio, + #custom-gruvbox, + #custom-nord. + #custom-solarized, + #custom-dracula{ color: #${FG}; background: #${BG}; border: ${BORDER_WIDTH}px solid #${ACCENT};