aboutsummaryrefslogtreecommitdiff
path: root/tw/services/files/waybar.css
diff options
context:
space:
mode:
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;
+}