From a0d1237cd7d70ae98c2b1ebe6d00854a1e989288 Mon Sep 17 00:00:00 2001 From: Henro Veijer Date: Fri, 27 Feb 2026 16:32:29 +0100 Subject: [PATCH] dashed counter --- henrovnix_ok/assets/conf/desktop/waybar/style.css | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/henrovnix_ok/assets/conf/desktop/waybar/style.css b/henrovnix_ok/assets/conf/desktop/waybar/style.css index f2424ab5a..d5e85ff29 100644 --- a/henrovnix_ok/assets/conf/desktop/waybar/style.css +++ b/henrovnix_ok/assets/conf/desktop/waybar/style.css @@ -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),