From c86bc754d1e0c57b8d8102a0b3c138a36fe9d80e Mon Sep 17 00:00:00 2001 From: Henro Veijer Date: Thu, 26 Feb 2026 22:18:45 +0100 Subject: [PATCH] beautifying --- henrovnix_ok/assets/conf/desktop/waybar/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/henrovnix_ok/assets/conf/desktop/waybar/style.css b/henrovnix_ok/assets/conf/desktop/waybar/style.css index 1a22204ca..bc95c0853 100644 --- a/henrovnix_ok/assets/conf/desktop/waybar/style.css +++ b/henrovnix_ok/assets/conf/desktop/waybar/style.css @@ -18,7 +18,7 @@ window#waybar { } #workspaces button { - padding: 0% 1px; /* vertical only */ + padding: 0px 1px; /* vertical only */ min-width: 80px; /* ← controls width */ background-color: transparent; color: @text; @@ -96,7 +96,7 @@ window#waybar { } #custom-hyprscroll_overflow.overflow { - padding: 0% 1px; /* vertical only */ + padding: 0px 1px; /* vertical only */ min-width: 80px; /* ← controls width */ background-color: rgba(255, 255, 255, 0.25); color: @text;