diff --git a/stow/.config/waybar/config.jsonc b/stow/.config/waybar/config.jsonc index 742bd40..0e4c2fe 100644 --- a/stow/.config/waybar/config.jsonc +++ b/stow/.config/waybar/config.jsonc @@ -2,7 +2,7 @@ "layer": "top", // Waybar at top layer "position": "right", // Waybar position (top|bottom|left|right) //"height": 40, - "margin": "0 5 5 5", + "margin": "5 5 5 5", "width": 50, // Choose the order of the modules idle_inhibitor "modules-left": [ diff --git a/stow/.config/waybar/style.css b/stow/.config/waybar/style.css index a037fc9..d662654 100644 --- a/stow/.config/waybar/style.css +++ b/stow/.config/waybar/style.css @@ -153,6 +153,7 @@ window#waybar { /* workspace indicator styles */ #workspaces { + margin-top: 0px; padding-top: 0px; padding-bottom: 0px; }