diff options
Diffstat (limited to 'config/waybar/style/Colorful-stolen-style.css')
| -rw-r--r-- | config/waybar/style/Colorful-stolen-style.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/waybar/style/Colorful-stolen-style.css b/config/waybar/style/Colorful-stolen-style.css index b2d03e06..fbefb6e3 100644 --- a/config/waybar/style/Colorful-stolen-style.css +++ b/config/waybar/style/Colorful-stolen-style.css @@ -5,6 +5,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"'; } @@ -14,10 +15,14 @@ window#waybar { transition-duration: 0.5s; background: rgba(0, 0, 0, 0.8); border-radius: 6px; + /* Waybar scaling: adjust font-size to scale the bar */ + font-size: 14px; } window#waybar.hidden { opacity: 0.2; + /* Waybar scaling: adjust font-size to scale the bar */ + font-size: 14px; } window#waybar.empty, @@ -25,6 +30,8 @@ window#waybar.empty #window { background-color: rgba(0, 0, 0, 0.8); padding: 0px; border: 0px; + /* Waybar scaling: adjust font-size to scale the bar */ + font-size: 14px; } #backlight, @@ -288,6 +295,7 @@ window#waybar.empty #window { } #window { + /* NOTE: Waybar v14+ ignores % font-size values */ font-size: 100%; color: #ffffed; } |
