From a60f997a5137776ab7d712891c7e7f1f0273babf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Wed, 27 Dec 2023 14:49:54 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20config(waybar):=20add=20so?= =?UTF-8?q?me=20minor=20options=20to=20the=20bar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/waybar/config.jsonc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index 3c048bf6..2254d3cb 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -6,6 +6,7 @@ "mod": "dock", "exclusive": true, "passtrough": false, + "gtk-layer-shell": true, "margin-top": 10, "margin-left": 17, "margin-bottom": 0, @@ -206,6 +207,9 @@ "position": "bottom", "layer": "top", "output": "DP-3", + "exclusive": true, + "passtrough": false, + "gtk-layer-shell": true, "margin-left": 17, "margin-bottom": 10, "margin-right": 17, @@ -322,6 +326,9 @@ "height": 50, "layer": "top", "output": "HDMI-A-1", + "exclusive": true, + "passtrough": false, + "gtk-layer-shell": true, "margin-top": 10, "margin-left": 17, "margin-bottom": 0,