diff options
Diffstat (limited to 'config/waybar/style/Catppuccin-Mocha.css')
| -rw-r--r-- | config/waybar/style/Catppuccin-Mocha.css | 27 |
1 files changed, 26 insertions, 1 deletions
diff --git a/config/waybar/style/Catppuccin-Mocha.css b/config/waybar/style/Catppuccin-Mocha.css index b62ca830..e1bd0eee 100644 --- a/config/waybar/style/Catppuccin-Mocha.css +++ b/config/waybar/style/Catppuccin-Mocha.css @@ -133,6 +133,7 @@ window#waybar.empty #window { #custom-lock, #custom-hint, #custom-hypridle, +#custom-hypr_layout, #custom-menu, #custom-playerctl, #custom-power_vertical, @@ -308,4 +309,28 @@ window#waybar.empty #window { #pulseaudio-slider highlight { min-height: 10px; border-radius: 5px; -}
\ No newline at end of file +} + +/* --- tray readability override (global) --- */ +#tray > *, +#tray > .passive, +#tray > .active, +#tray > .needs-attention { + background: rgba(137, 180, 250, 0.55); + border-radius: 8px; + border: 1px solid rgba(17, 17, 27, 0.35); + margin-left: 1px; + margin-right: 1px; + padding-left: 2px; + padding-right: 2px; + color: rgba(17, 17, 27, 0.98); + -gtk-icon-effect: none; +} + +#tray image { + background: transparent; + color: rgba(17, 17, 27, 0.98); + -gtk-icon-style: symbolic; + -gtk-icon-effect: none; + opacity: 1; +} |
