diff options
| -rw-r--r-- | config/waybar/style/ML4W Glass.css | 9 |
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 * ----------------------------------------------------- */ |
