diff --git a/henrovnix_ok/assets/conf/desktop/waybar/style.css b/henrovnix_ok/assets/conf/desktop/waybar/style.css index 8d943dc83..5f577d3c0 100644 --- a/henrovnix_ok/assets/conf/desktop/waybar/style.css +++ b/henrovnix_ok/assets/conf/desktop/waybar/style.css @@ -34,7 +34,7 @@ window#waybar { min-width: 80px; background-color: transparent; color: @text; - border: 1px solid @green; + border: 1px solid @inactive; border-radius: 10px; } @@ -44,9 +44,16 @@ window#waybar { } #workspaces button.active { - background-color: rgba(255, 255, 255, 0.25); - color: @base; - box-shadow: inset 0 -3px @subtext1; + padding: 0px 1px; + min-width: 80px; + color: @text; + border-radius: 10px; + font-weight: bold; + border: 1px solid transparent; + background: + linear-gradient(rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.25)) + padding-box, + linear-gradient(45deg, @blue, @green) border-box; } #clock, @@ -110,9 +117,12 @@ window#waybar { #custom-hyprscroll_overflow.overflow { padding: 0px 1px; min-width: 80px; - background-color: rgba(255, 255, 255, 0.25); color: @text; - border: 1px solid @blue; /* use your Hyprland blue here */ border-radius: 10px; font-weight: bold; + border: 1px solid transparent; + background: + linear-gradient(rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.25)) + padding-box, + linear-gradient(45deg, @blue, @green) border-box; }