From 24c99de9996c63dfda584df93090598d78fc001b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petar=20Kapri=C5=A1?= Date: Thu, 8 May 2025 18:28:08 +0200 Subject: [PATCH] waybar: remove bars for other monitors --- .config/waybar/config.jsonc | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index 609657f7..d5a986fd 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -13,33 +13,4 @@ "margin-bottom": 0, "margin-right": 10, }, - { - "include": "~/.config/waybar/bars/bar-2.jsonc", - "height": 50, - "position": "bottom", - "layer": "top", - "output": "HDMI-A-1", - "mode": "dock", - "exclusive": true, - "passtrough": false, - "gtk-layer-shell": true, - "margin-top": 0, - "margin-left": 10, - "margin-bottom": 10, - "margin-right": 10, - }, - { - "include": "~/.config/waybar/bars/bar-3.jsonc", - "height": 50, - "layer": "top", - "output": "HDMI-A-2", - "mode": "dock", - "exclusive": true, - "passtrough": false, - "gtk-layer-shell": true, - "margin-top": 10, - "margin-left": 10, - "margin-bottom": 0, - "margin-right": 10, - }, ]