aboutsummaryrefslogtreecommitdiff
path: root/tw/services/files/waybar.css
diff options
context:
space:
mode:
authorTimo Wilken2024-07-12 22:04:09 +0200
committerTimo Wilken2024-07-12 22:04:09 +0200
commitf4d47c96946775c9cbcd93e21565ccf01d85c6a3 (patch)
tree623706bdd043e65a7426ed28a0fd60049d7a282f /tw/services/files/waybar.css
parente6f26581bf22e266c5056eddfb264eca2efb6ef4 (diff)
Make waybar more similar to previous polybar config
Diffstat (limited to 'tw/services/files/waybar.css')
-rw-r--r--tw/services/files/waybar.css10
1 files changed, 7 insertions, 3 deletions
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;
+}