diff options
Diffstat (limited to 'config/waybar/style/Catppuccin-Latte.css')
| -rw-r--r-- | config/waybar/style/Catppuccin-Latte.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/waybar/style/Catppuccin-Latte.css b/config/waybar/style/Catppuccin-Latte.css index 3f20b20a..3bc3ef91 100644 --- a/config/waybar/style/Catppuccin-Latte.css +++ b/config/waybar/style/Catppuccin-Latte.css @@ -6,6 +6,7 @@ font-family: "JetBrainsMono Nerd Font"; 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"'; } @@ -19,10 +20,14 @@ window#waybar { border-bottom: 3px solid @lavender; background: alpha(@overlay0, 0.3); 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, |
