Decorating no of tabs on workspace
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user