diff options
Diffstat (limited to '.config/waybar')
-rw-r--r-- | .config/waybar/style.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 24e23c6..2f05ee5 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -4,6 +4,12 @@ font-size: 0.9rem; } +widget button { + padding: 0; + border: none; + color: inherit; +} + #workspaces { border: 1px solid rgba(255, 255, 255, 0.25); } @@ -29,6 +35,7 @@ #mode { border-bottom: 1px solid #fff; + border-radius: 0; margin: 0 10px; padding: 0 5px; } |