diff options
Diffstat (limited to 'config/waybar/style/Dark-Half-Moon.css')
| -rw-r--r-- | config/waybar/style/Dark-Half-Moon.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/waybar/style/Dark-Half-Moon.css b/config/waybar/style/Dark-Half-Moon.css index 30de6a86..e83728cb 100644 --- a/config/waybar/style/Dark-Half-Moon.css +++ b/config/waybar/style/Dark-Half-Moon.css @@ -8,6 +8,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"'; } @@ -18,6 +19,8 @@ window#waybar { border-bottom: 1px solid rgba(26,27,38,0); border-radius: 0px; color: #E6B673; + /* Waybar scaling: adjust font-size to scale the bar */ + font-size: 14px; } #waybar.empty, #waybar.tiled, #waybar.floating { @@ -27,6 +30,8 @@ window#waybar { window#waybar.empty, window#waybar.empty #window { background-color: transparent; + /* Waybar scaling: adjust font-size to scale the bar */ + font-size: 14px; } #taskbar, @@ -100,8 +105,11 @@ border: 1px solid #D2A6FF; border-radius: 10px; } +/* Waybar scaling: adjust tooltip label font-size to scale the bar */ tooltip label { color: #F3F4F5; +/* Waybar scaling: adjust tooltip label font-size to scale the bar */ +font-size: 14px; } #window { |
