diff options
Diffstat (limited to 'config/waybar/style/Wallust-Box-type.css')
| -rw-r--r-- | config/waybar/style/Wallust-Box-type.css | 62 |
1 files changed, 61 insertions, 1 deletions
diff --git a/config/waybar/style/Wallust-Box-type.css b/config/waybar/style/Wallust-Box-type.css index e60f05bf..b5d0424f 100644 --- a/config/waybar/style/Wallust-Box-type.css +++ b/config/waybar/style/Wallust-Box-type.css @@ -1,7 +1,7 @@ /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* Wallust - Box type */ -@import "../../.config/waybar/wallust/colors-waybar.css"; +@import "wallust/colors-waybar.css"; * { font-family: "JetBrainsMono Nerd Font"; @@ -135,6 +135,7 @@ window#waybar.empty #window { #custom-tty, #custom-updater, #custom-hyprpicker, +#custom-hypr_layout, #custom-weather, #custom-weather2, #custom-weather.clearNight, @@ -177,6 +178,41 @@ window#waybar.empty #window { padding-right: 12px; } +#tray > .passive, +#tray > .active, +#tray > .needs-attention, +#tray image { + color: @color15; + -gtk-icon-style: symbolic; + -gtk-icon-effect: none; +} + +#tray { + background: @background; + border-radius: 10px; + padding-left: 6px; + padding-right: 6px; + border-bottom-width: 5px; + border-bottom-color: @color12; + border-bottom-style: solid; +} + +#tray > .passive, +#tray > .active, +#tray > .needs-attention { + background: @color13; + color: @background; + border-radius: 8px; + margin-left: 1px; + margin-right: 1px; + padding-left: 2px; + padding-right: 2px; +} + +#tray image { + color: @background; +} + #temperature.critical { background-color: red; color: black; @@ -231,3 +267,27 @@ window#waybar.empty #window { 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; +} |
