From bdbdcaf4a0a833ad078f5f84892ee734980a7591 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Tue, 1 Nov 2022 08:11:01 +0100 Subject: [waybar] fix styles --- .config/waybar/style.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.config') 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; } -- cgit v1.2.3