diff options
Diffstat (limited to 'config/waybar/style/Extra-ML4W-starter.css')
| -rw-r--r-- | config/waybar/style/Extra-ML4W-starter.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/waybar/style/Extra-ML4W-starter.css b/config/waybar/style/Extra-ML4W-starter.css index caaeea8d..1e545ded 100644 --- a/config/waybar/style/Extra-ML4W-starter.css +++ b/config/waybar/style/Extra-ML4W-starter.css @@ -22,6 +22,7 @@ border-radius: 4px; font-weight: bold; /* 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"'; } @@ -32,6 +33,8 @@ window#waybar { /* color: #FFFFFF; */ transition-property: background-color; transition-duration: .5s; + /* Waybar scaling: adjust font-size to scale the bar */ + font-size: 14px; } /* ----------------------------------------------------- @@ -86,8 +89,11 @@ tooltip { margin:0px; } +/* Waybar scaling: adjust tooltip label font-size to scale the bar */ tooltip label { color: @textcolor2; + /* Waybar scaling: adjust tooltip label font-size to scale the bar */ + font-size: 14px; } /* ----------------------------------------------------- @@ -105,6 +111,8 @@ tooltip label { window#waybar.empty #window { background-color:transparent; + /* Waybar scaling: adjust font-size to scale the bar */ + font-size: 14px; } /* ----------------------------------------------------- |
