diff options
Diffstat (limited to 'config/waybar/style/Wallust-Chroma-Tally-V2.css')
| -rw-r--r-- | config/waybar/style/Wallust-Chroma-Tally-V2.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/waybar/style/Wallust-Chroma-Tally-V2.css b/config/waybar/style/Wallust-Chroma-Tally-V2.css index d33e638a..1ef933dd 100644 --- a/config/waybar/style/Wallust-Chroma-Tally-V2.css +++ b/config/waybar/style/Wallust-Chroma-Tally-V2.css @@ -9,6 +9,7 @@ font-family: "JetBrainsMono Nerd Font"; font-weight: bold; min-height: 0; + /* NOTE: Waybar v14+ ignores % font-size values */ font-size: 99%; font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; } @@ -19,6 +20,8 @@ window#waybar { border-bottom: 2px; border-style: solid; border-color: @color7; /* Light border */ + /* Waybar scaling: adjust font-size to scale the bar */ + font-size: 14px; } #workspaces { |
