diff options
| author | ryukamish <[email protected]> | 2026-06-08 12:47:51 +0530 |
|---|---|---|
| committer | ryukamish <[email protected]> | 2026-06-08 12:47:51 +0530 |
| commit | 071f0990417460bd453473ce4e33b76b8ebb21df (patch) | |
| tree | 6724cfc48acbc6c98b66e84798c3737f17020328 /.config/waybar/style.css | |
| parent | 618b9cbfbb9ba4537c51859eaea5ede40e93ca15 (diff) | |
fix: better integration with sway
Diffstat (limited to '.config/waybar/style.css')
| -rw-r--r-- | .config/waybar/style.css | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css index a968286..8419926 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -1,7 +1,7 @@ * { border: none; font-family: "IoskeleyMono Nerd Font, monospace"; - font-size: 14px; + font-size: 12px; font-weight: bold; min-height: 0; } @@ -11,15 +11,15 @@ window#waybar { } #workspaces button.focused { - background-color: #7fc8ff; - color: #0a0a0a; - border-radius: 0; + background-color: #7fc8ff; + color: #0a0a0a; + border-radius: 0; } #workspaces button.urgent { - color: #ffffff; - background: #ff0000; - border-radius: 0; + color: #ffffff; + background: #ff0000; + border-radius: 0; } #battery { @@ -68,4 +68,3 @@ window#waybar { #custom-screenrecording-indicator { color: #ff0000; } - |
