diff options
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; } - |
