diff --git a/home/modules/waybar.nix b/home/modules/waybar.nix index 712ce51..1bb4f38 100644 --- a/home/modules/waybar.nix +++ b/home/modules/waybar.nix @@ -27,5 +27,37 @@ }; }; }; + + style = '' + * { + font-family: monospace; + font-size: 13px; + } + + window#waybar { + background-color: #1e1e2e; + color: #cdd6f4; + } + + #workspaces button { + padding: 0 8px; + color: #cdd6f4; + background-color: transparent; + } + + #workspaces button.active { + background-color: #89b4fa; + color: #1e1e2e; + } + + #workspaces button:hover { + background-color: #313244; + } + + #clock { + padding: 0 10px; + color: #cdd6f4; + } + ''; }; }