From 071f0990417460bd453473ce4e33b76b8ebb21df Mon Sep 17 00:00:00 2001 From: ryukamish Date: Mon, 8 Jun 2026 12:47:51 +0530 Subject: fix: better integration with sway --- .config/waybar/style.css | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to '.config/waybar/style.css') 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; } - -- cgit v1.3