diff options
Diffstat (limited to 'config/waybar/style/ML4W-Glass-3d.css')
| -rw-r--r-- | config/waybar/style/ML4W-Glass-3d.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/waybar/style/ML4W-Glass-3d.css b/config/waybar/style/ML4W-Glass-3d.css index 003ae089..58aaf4e1 100644 --- a/config/waybar/style/ML4W-Glass-3d.css +++ b/config/waybar/style/ML4W-Glass-3d.css @@ -19,6 +19,7 @@ General /* Extra tweaks */ min-height: 0; /* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ + /* NOTE: Waybar v14+ ignores % font-size values */ font-size: 99%; font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; margin-top: 3px; @@ -45,6 +46,8 @@ window#waybar { background: transparent; border: 0; outline: none; + /* Waybar scaling: adjust font-size to scale the bar */ + font-size: 14px; } .modules-left { @@ -184,8 +187,11 @@ tooltip { margin: 10px; } +/* Waybar scaling: adjust tooltip label font-size to scale the bar */ tooltip label { color: @on_surface; + /* Waybar scaling: adjust tooltip label font-size to scale the bar */ + font-size: 14px; } /* ----------------------------------------------------- @@ -201,6 +207,8 @@ tooltip label { window#waybar.empty #window { background-color: transparent; + /* Waybar scaling: adjust font-size to scale the bar */ + font-size: 14px; } /* Tighter content padding specifically for the window title */ |
