From 9f91e19129ed50ca9a6fb7496d9530393c993f72 Mon Sep 17 00:00:00 2001 From: benstrb Date: Sat, 31 Jan 2026 10:53:09 +0100 Subject: [PATCH] non important commit --- home/modules/waybar.nix | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) 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; + } + ''; }; }