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