diff options
Diffstat (limited to 'config/waybar/style/Wallust-Chroma-Tally.css')
| -rw-r--r-- | config/waybar/style/Wallust-Chroma-Tally.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/waybar/style/Wallust-Chroma-Tally.css b/config/waybar/style/Wallust-Chroma-Tally.css index 70e1f402..97ad5d09 100644 --- a/config/waybar/style/Wallust-Chroma-Tally.css +++ b/config/waybar/style/Wallust-Chroma-Tally.css @@ -8,6 +8,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"'; } @@ -18,6 +19,8 @@ window#waybar { border-bottom: 2px; border-style: solid; border-color: @color12; + /* Waybar scaling: adjust font-size to scale the bar */ + font-size: 14px; } #workspaces { |
