diff options
Diffstat (limited to 'config/waybar/style/Catppuccin-Frappe.css')
| -rw-r--r-- | config/waybar/style/Catppuccin-Frappe.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/waybar/style/Catppuccin-Frappe.css b/config/waybar/style/Catppuccin-Frappe.css index cac79f2f..21e86b3e 100644 --- a/config/waybar/style/Catppuccin-Frappe.css +++ b/config/waybar/style/Catppuccin-Frappe.css @@ -6,6 +6,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"'; } @@ -20,10 +21,14 @@ window#waybar { border-bottom: 3px solid @sapphire; background: alpha(@crust, 0.4); border-radius: 10px; + /* 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; } #taskbar button, |
