From f4d47c96946775c9cbcd93e21565ccf01d85c6a3 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Fri, 12 Jul 2024 22:04:09 +0200 Subject: Make waybar more similar to previous polybar config --- tw/services/files/waybar.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'tw/services/files') diff --git a/tw/services/files/waybar.css b/tw/services/files/waybar.css index c03025fe..0475fde1 100644 --- a/tw/services/files/waybar.css +++ b/tw/services/files/waybar.css @@ -17,11 +17,13 @@ tooltip { label.module { padding: 5px; + margin: 0; background: transparent; border-top: 3px solid transparent; } box.module { margin: 0 5px; /* vertical, then horizontal */ + padding: 0; background: transparent; } @@ -30,9 +32,6 @@ box.module { background: transparent; border-top: 3px solid transparent; } -#workspaces button { - border-top: 3px solid @base; -} #workspaces button.urgent { border-top: 3px solid @yellow; } @@ -75,3 +74,8 @@ box.module { #custom-dunst { border-top: 3px solid @red; } + +#custom-separator { + color: @overlay2; + padding: 5px 3px; +} -- cgit v1.2.3