diff options
Diffstat (limited to 'config/waybar/style/Wallust-ML4W-modern.css')
| -rw-r--r-- | config/waybar/style/Wallust-ML4W-modern.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config/waybar/style/Wallust-ML4W-modern.css b/config/waybar/style/Wallust-ML4W-modern.css index 0ab8165c..84c553fe 100644 --- a/config/waybar/style/Wallust-ML4W-modern.css +++ b/config/waybar/style/Wallust-ML4W-modern.css @@ -18,6 +18,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%; /* note: different modules have different font sizes */ font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; @@ -30,6 +31,8 @@ border-bottom: 0px solid @foreground; background: transparent; transition-property: background-color; transition-duration: .5s; + /* Waybar scaling: adjust font-size to scale the bar */ + font-size: 14px; } #workspaces { @@ -75,8 +78,11 @@ tooltip { margin:0px; } +/* Waybar scaling: adjust tooltip label font-size to scale the bar */ tooltip label { color: @textcolor2; + /* Waybar scaling: adjust tooltip label font-size to scale the bar */ + font-size: 14px; } #window { @@ -89,6 +95,8 @@ tooltip label { window#waybar.empty #window { background-color:transparent; + /* Waybar scaling: adjust font-size to scale the bar */ + font-size: 14px; } #taskbar { @@ -185,6 +193,7 @@ window#waybar.empty #window { #custom-weather.sunnyDay { margin-right: 8px; margin-left: 6px; + /* NOTE: Waybar v14+ ignores % font-size values */ font-size: 100%; color: @iconcolor; } @@ -195,6 +204,7 @@ window#waybar.empty #window { #idle_inhibitor { margin-right: 15px; + /* NOTE: Waybar v14+ ignores % font-size values */ font-size: 102%; font-weight: bold; color: @iconcolor; @@ -203,6 +213,7 @@ window#waybar.empty #window { #idle_inhibitor.activated { margin-right: 15px; + /* NOTE: Waybar v14+ ignores % font-size values */ font-size: 100%; font-weight: bold; color: @color13; |
