From 988dd6b6c5bd8975eed097973dbaf710fcc85e1e Mon Sep 17 00:00:00 2001 From: Henro Veijer Date: Thu, 26 Feb 2026 22:15:15 +0100 Subject: [PATCH] Decorating no of tabs on workspace --- henrovnix_ok/assets/conf/desktop/waybar/style.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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; }