dashed counter

This commit is contained in:
2026-02-27 16:32:29 +01:00
parent eb71c4b2fa
commit a0d1237cd7
@@ -26,7 +26,8 @@
}
window#waybar {
background-color: @base;
background: transparent;
background-color: transparent;
color: @text;
/* Helps prevent right-edge clipping of last module */
@@ -40,22 +41,16 @@ window#waybar {
#workspaces button {
/* Reduce height: keep vertical padding at 0 */
padding: 0px 4px;
/* Your fixed width */
min-width: 80px;
/* Reduce height further: smaller vertical margin */
margin: 0px 4px;
background-color: transparent;
color: @text;
/* Keep border thin to reduce vertical footprint */
border: 1px solid @inactive;
/* Smaller radius reduces “cut off” risk at top/bottom */
border-radius: 10px;
box-shadow: none;
}
@@ -73,17 +68,13 @@ window#waybar {
#workspaces button.active,
#custom-hyprscroll_overflow.overflow {
font-weight: bold;
padding: 0px 4px;
min-width: 80px;
margin: 0px 4px;
color: @text;
background-color: @active_fill;
border: 1px solid @active_fill;
border: 1px dashed @active_fill;
border-radius: 10px;
/* Reduced glow to minimize top/bottom clipping */
box-shadow:
0 0 0 1px rgba(51, 204, 255, 0.55),