diff options
Diffstat (limited to 'config/waybar/style/Extra-Rose-Pine.css')
| -rw-r--r-- | config/waybar/style/Extra-Rose-Pine.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/waybar/style/Extra-Rose-Pine.css b/config/waybar/style/Extra-Rose-Pine.css index c9d16106..ee842983 100644 --- a/config/waybar/style/Extra-Rose-Pine.css +++ b/config/waybar/style/Extra-Rose-Pine.css @@ -14,6 +14,7 @@ font-family: "JetBrainsMono Nerd Font"; font-weight: bold; /* 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"'; border-radius: 12px; @@ -21,6 +22,8 @@ window#waybar { background: @bar-bg; + /* Waybar scaling: adjust font-size to scale the bar */ + font-size: 14px; } window#waybar.empty, @@ -28,6 +31,8 @@ window#waybar.empty #window { background-color: transparent; padding: 0px; border: 0px; + /* Waybar scaling: adjust font-size to scale the bar */ + font-size: 14px; } tooltip { |
