diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index 3e035373..e19193ec 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -9,9 +9,9 @@ "passtrough": false, "gtk-layer-shell": true, "margin-top": 10, - "margin-left": 17, + "margin-left": 10, "margin-bottom": 0, - "margin-right": 17, + "margin-right": 10, }, { "include": "~/.config/waybar/bars/bar-2.jsonc", @@ -23,9 +23,10 @@ "exclusive": true, "passtrough": false, "gtk-layer-shell": true, - "margin-left": 17, + "margin-top": 0, + "margin-left": 10, "margin-bottom": 10, - "margin-right": 17, + "margin-right": 10, }, { "include": "~/.config/waybar/bars/bar-3.jsonc", @@ -37,8 +38,8 @@ "passtrough": false, "gtk-layer-shell": true, "margin-top": 10, - "margin-left": 17, + "margin-left": 10, "margin-bottom": 0, - "margin-right": 17, + "margin-right": 10, }, ]