diff options
Diffstat (limited to 'config/waybar/style/Colorful-Rainbow-Spectrum.css')
| -rw-r--r-- | config/waybar/style/Colorful-Rainbow-Spectrum.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config/waybar/style/Colorful-Rainbow-Spectrum.css b/config/waybar/style/Colorful-Rainbow-Spectrum.css index 98b00dd4..1e754e75 100644 --- a/config/waybar/style/Colorful-Rainbow-Spectrum.css +++ b/config/waybar/style/Colorful-Rainbow-Spectrum.css @@ -6,6 +6,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"'; } @@ -14,10 +15,14 @@ window#waybar { background-color: rgba(0,0,0,0); transition-property: background-color; transition-duration: .5s; + /* Waybar scaling: adjust font-size to scale the bar */ + font-size: 14px; } window#waybar.hidden { opacity: 0.5; + /* Waybar scaling: adjust font-size to scale the bar */ + font-size: 14px; } window#waybar.empty, @@ -25,6 +30,8 @@ window#waybar.empty #window { padding: 0px; border: 0px; background-color: transparent; + /* Waybar scaling: adjust font-size to scale the bar */ + font-size: 14px; } tooltip { @@ -36,8 +43,11 @@ tooltip { border-color: #11111b; } +/* Waybar scaling: adjust tooltip label font-size to scale the bar */ tooltip label{ color: #cdd6f4; + /* Waybar scaling: adjust tooltip label font-size to scale the bar */ + font-size: 14px; } #taskbar button, |
