Decorating no of tabs on workspace

This commit is contained in:
2026-02-26 22:15:15 +01:00
parent 9ef58b7833
commit 988dd6b6c5
@@ -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;
}