From 0112cf004fae2baa6f608934daa6e71f65925755 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Tue, 2 Apr 2024 14:02:19 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20ux(waybar):=20changed=20the=20ba?= =?UTF-8?q?r=20layer=20from=20bottom=20to=20top?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/waybar/config.jsonc | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index bd602050..50c129a0 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -1,12 +1,9 @@ [ { "height": 50, - "layer": "bottom", + "layer": "top", "output": "DP-1", - "mode": "dock", "exclusive": true, - "passtrough": false, - "gtk-layer-shell": true, "margin-top": 10, "margin-left": 17, "margin-bottom": 0, @@ -208,12 +205,9 @@ { "height": 50, "position": "bottom", - "layer": "bottom", - "mode": "dock", + "layer": "top", "output": "DP-3", "exclusive": true, - "passtrough": false, - "gtk-layer-shell": true, "margin-left": 17, "margin-bottom": 10, "margin-right": 17, @@ -328,12 +322,10 @@ }, { "height": 50, - "layer": "bottom", + "layer": "top", "output": "HDMI-A-1", - "mode": "dock", "exclusive": true, "passtrough": false, - "gtk-layer-shell": true, "margin-top": 10, "margin-left": 17, "margin-bottom": 0,