diff options
| author | ryukamish <[email protected]> | 2026-07-09 14:26:48 +0530 |
|---|---|---|
| committer | ryukamish <[email protected]> | 2026-07-09 14:26:48 +0530 |
| commit | 83125e636d5ee71d20c6eb8df72e76dd80c7d985 (patch) | |
| tree | 8497cc7b217b06e1a8eddf9c9d4599ba44e7eb22 /.config/waybar/style.css | |
| parent | 2bcd8a0804412b623b491c031e8edd171d05a126 (diff) | |
chore: icons and cleanup
Diffstat (limited to '.config/waybar/style.css')
| -rw-r--r-- | .config/waybar/style.css | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 96b8bfd..18dbe68 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -1,7 +1,7 @@ * { border: none; - font-family: "IoskeleyMonoNL Nerd Font, monospace"; - font-size: 12px; + font-family: "GeistMono Nerd Font Propo, monospace"; + font-size: 11px; /* font-weight: bold; */ min-height: 0; } @@ -12,8 +12,7 @@ window#waybar { } #workspaces button { - padding: 3px 5px; - /* color: #ffffff; */ + padding: 2px 3px; } #workspaces button:hover { @@ -30,7 +29,6 @@ window#waybar { #workspaces button.urgent { color: #f38ba8; - /* background: #ff0000; */ border-radius: 0; } @@ -45,7 +43,7 @@ window#waybar { #bluetooth, #pulseaudio, #tray { - padding: 0 12px; + padding: 0 8px; } /* custom modules */ |
