diff --git a/modules/home.nix b/modules/home.nix index 0c94223..c5123ef 100644 --- a/modules/home.nix +++ b/modules/home.nix @@ -687,6 +687,18 @@ in #battery.charging { color: #98c379; } + #workspaces button { + padding: 0 8px; + color: #bbbbbb; + } + #workspaces button.active { + color: #ffffff; + background: #333333; + box-shadow: inset 0 -2px #61afef; + } + #workspaces button.urgent { + color: #e06c75; + } ''; }; }