From b95c0e609d23230526ca58862086b633f7ca006a Mon Sep 17 00:00:00 2001 From: Henro Veijer Date: Fri, 27 Feb 2026 16:24:48 +0100 Subject: [PATCH] padding padding padding --- henrovnix_ok/assets/conf/desktop/waybar/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/henrovnix_ok/assets/conf/desktop/waybar/style.css b/henrovnix_ok/assets/conf/desktop/waybar/style.css index a09ca4854..04c31b335 100644 --- a/henrovnix_ok/assets/conf/desktop/waybar/style.css +++ b/henrovnix_ok/assets/conf/desktop/waybar/style.css @@ -31,7 +31,7 @@ window#waybar { #workspaces button { padding: 0px 4px; min-width: 80px; - margin: 0px 4px; + margin: 1px 4px; background-color: transparent; color: @text; border: 1px solid @inactive; @@ -70,13 +70,13 @@ window#waybar { /* --- Hyprscroll overflow indicator --- */ #custom-hyprscroll_overflow.overflow { padding: 0px 4px; - padding-right: 10px; min-width: 80px; - color: @text; + margin: 1px 4px; + border: 1px solid @active_fill; border-radius: 15px; font-weight: bold; + color: @text; background-color: @active_fill; - border: 1px solid @active_fill; } #custom-hyprscroll_overflow.overflow:hover {