diff options
Diffstat (limited to 'config/waybar/style/0-VERTICAL-Golden-Noir.css')
| -rw-r--r-- | config/waybar/style/0-VERTICAL-Golden-Noir.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/waybar/style/0-VERTICAL-Golden-Noir.css b/config/waybar/style/0-VERTICAL-Golden-Noir.css index 1fa6babb..61db3fd5 100644 --- a/config/waybar/style/0-VERTICAL-Golden-Noir.css +++ b/config/waybar/style/0-VERTICAL-Golden-Noir.css @@ -7,6 +7,7 @@ font-weight: bold; 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"'; } @@ -16,10 +17,14 @@ window#waybar { border-radius: 30px; color: #cba6f7; + /* Waybar scaling: adjust font-size to scale the bar */ + font-size: 14px; } window#waybar.hidden { opacity: 0.5; + /* Waybar scaling: adjust font-size to scale the bar */ + font-size: 14px; } tooltip { @@ -209,6 +214,8 @@ tooltip { window#waybar.bottombar #backlight-slider trough, window#waybar.bottombar #pulseaudio-slider trough { min-height: 7px; + /* Waybar scaling: adjust font-size to scale the bar */ + font-size: 14px; } #backlight-slider highlight, |
