diff --git a/henrovnix_ok/assets/conf/desktop/waybar/style.css b/henrovnix_ok/assets/conf/desktop/waybar/style.css index adf5e5f31..2823eba03 100644 --- a/henrovnix_ok/assets/conf/desktop/waybar/style.css +++ b/henrovnix_ok/assets/conf/desktop/waybar/style.css @@ -18,7 +18,7 @@ window#waybar { } #workspaces button { - padding: 2px 2px; /* vertical only */ + padding: 1px 1px; /* vertical only */ min-width: 64px; /* ← controls width */ background-color: transparent; color: @text; @@ -32,7 +32,7 @@ window#waybar { } #workspaces button.active { - background-color: rgba(255, 255, 255, 0.5); + background-color: rgba(255, 255, 255, 0.25); color: @base; box-shadow: inset 0 -3px @subtext1; } @@ -96,5 +96,11 @@ window#waybar { } #custom-hyprscroll_overflow.overflow { + padding: 1px 1px; /* vertical only */ + min-width: 64px; /* ← controls width */ + background-color: rgba(255, 255, 255, 0.25); + color: @text; + border: 1px solid @green; /* visible border */ + border-radius: 10px; /* makes it ellipse */ font-weight: bold; }