diff --git a/henrovnix_ok/assets/conf/desktop/waybar/style.css b/henrovnix_ok/assets/conf/desktop/waybar/style.css index 6b777ed78..e9f431cdb 100644 --- a/henrovnix_ok/assets/conf/desktop/waybar/style.css +++ b/henrovnix_ok/assets/conf/desktop/waybar/style.css @@ -64,6 +64,19 @@ window#waybar { linear-gradient(45deg, @blue, @green) border-box; } +#custom-hyprscroll_overflow.overflow { + padding: 0px 1px; + min-width: 80px; + color: @text; + border-radius: 10px; + font-weight: bold; + border: 1px dashed transparent; + background: + linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05)) + padding-box, + linear-gradient(45deg, @blue, @green) border-box; +} + #clock, #idle_inhibitor, #battery, @@ -122,19 +135,6 @@ window#waybar { background-color: @red; } -#custom-hyprscroll_overflow.overflow { - 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.05), rgba(255, 255, 255, 0.05)) - padding-box, - linear-gradient(45deg, @blue, @green) border-box; -} - /* ========================================================= * Notifications * ========================================================= */