diff --git a/home-manager/home.nix b/home-manager/home.nix index fc186d3..3c677e4 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -240,7 +240,20 @@ in window#waybar.main { background-color: transparent; } - #workspace button, + #workspace button { + color: #${FG}; + background: transparent; + } + #workspace button:hover { + color: #${ACCENT}; + } + #workspace button:active { + color: #${SECOND_ACCENT}; + } + #wornspace button:focuced { + color: #${BG}; + background: #${FG}; + } #custom-clock { color: #${FG}; background: transparent;