diff options
Diffstat (limited to 'config/waybar/style/Wallust-Chroma-Edge.css')
| -rw-r--r-- | config/waybar/style/Wallust-Chroma-Edge.css | 39 |
1 files changed, 37 insertions, 2 deletions
diff --git a/config/waybar/style/Wallust-Chroma-Edge.css b/config/waybar/style/Wallust-Chroma-Edge.css index a59050d1..b1d6811b 100644 --- a/config/waybar/style/Wallust-Chroma-Edge.css +++ b/config/waybar/style/Wallust-Chroma-Edge.css @@ -1,7 +1,7 @@ /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* Wallust Chroma Edge */ -@import "../../.config/waybar/wallust/colors-waybar.css"; +@import "wallust/colors-waybar.css"; * { font-family: "JetBrainsMono Nerd Font"; @@ -26,7 +26,8 @@ window#waybar { font-size: 14px; } -window#waybar.empty window#waybar.empty #window { +window#waybar.empty, +window#waybar.empty #window { padding: 0px; border: 0px; background-color: transparent; @@ -129,6 +130,7 @@ tooltip label { #custom-lock, #custom-hint, #custom-hypridle, +#custom-hypr_layout, #custom-menu, #custom-playerctl, #custom-power_vertical, @@ -306,6 +308,15 @@ label:focus { color: #f53c3c; } +#tray > .passive, +#tray > .active, +#tray > .needs-attention, +#tray image { + color: @color15; + -gtk-icon-style: symbolic; + -gtk-icon-effect: none; +} + #custom-media { background-color: #66cc99; color: #2a5c45; @@ -386,3 +397,27 @@ label:focus { min-height: 10px; border-radius: 5px; } + +/* --- 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; +} |
