From 307dc604da1a6f5d8a24d817b1e0aaa34730bf50 Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Mon, 28 Apr 2025 13:05:43 +0200 Subject: [PATCH] change spaccing --- dot_config/waybar/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dot_config/waybar/style.css b/dot_config/waybar/style.css index ed141ca..dc4ccff 100644 --- a/dot_config/waybar/style.css +++ b/dot_config/waybar/style.css @@ -52,3 +52,8 @@ button:hover { background-color: #64727D; box-shadow: inset 0 -3px #ffffff; } + +#window, +#workspaces { + margin: 0 4px; +}