From ab909d567d99daf47e1ea11749fc1fc4040dcd68 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sun, 14 Nov 2021 11:16:39 -0500 Subject: [PATCH] waybar: Add padding to focused workspace This fixes an issue where the focused workspace would cause the layout to shift. --- waybar/.config/waybar/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/waybar/.config/waybar/style.css b/waybar/.config/waybar/style.css index 0840b068..6b13fc66 100644 --- a/waybar/.config/waybar/style.css +++ b/waybar/.config/waybar/style.css @@ -18,6 +18,7 @@ window#waybar { } #workspaces button.focused { + padding: 0 5px; background: #64727D; background: @color8; }