diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/waybar/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 2f05ee5..d121dce 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -19,10 +19,10 @@ widget button { border-radius: 0; min-height: 0; min-width: 25px; - font-size: 0.8rem; + font-size: 0.75rem; } #workspaces button.focused { - background: rgba(255, 255, 255, 0.2); + background: rgba(0, 0, 0, 0.8); } #workspaces button:hover { box-shadow: none; |