From a842aebb380e84cfdf0210e0a0d7f0eb24d1a171 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Mon, 27 May 2024 18:11:43 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20ux(waybar):=20lower=20down=20the?= =?UTF-8?q?=20bar=20margin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/waybar/config.jsonc | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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, }, ]