aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDon Williams <don.e.williams@gmail.com>2026-01-11 13:52:00 -0500
committerDon Williams <don.e.williams@gmail.com>2026-01-11 13:52:00 -0500
commitd1b2375085e31e99b10b582dd2cc5b89412b9d76 (patch)
tree977ce6d04b0341e1b5ede8349b6ae02b6ba57e7c
parent842a0b42c21e9f4fd6b8aed34a7829784563ecfe (diff)
Fixing glass waybar spacing
-rw-r--r--config/waybar/style/ML4W Glass.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/config/waybar/style/ML4W Glass.css b/config/waybar/style/ML4W Glass.css
index 9b2b77c1..397613a6 100644
--- a/config/waybar/style/ML4W Glass.css
+++ b/config/waybar/style/ML4W Glass.css
@@ -171,12 +171,21 @@ tooltip label {
#window {
background-color: transparent;
+ /* Override global margin/padding so the window pill hugs the bar edges */
+ margin: 0;
+ padding: 0;
}
window#waybar.empty #window {
background-color: transparent;
}
+/* Tighter content padding specifically for the window title */
+#window label {
+ margin: 0;
+ padding: 4px 10px;
+}
+
/* -----------------------------------------------------
* Taskbar
* ----------------------------------------------------- */
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage