diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index 851fcfc1..8fcb9d2f 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -13,33 +13,4 @@ "margin-bottom": 0, "margin-right": 5, }, - { - "include": "~/.config/waybar/bars/bar-2.jsonc", - "height": 48, - "position": "bottom", - "layer": "top", - "output": "HDMI-A-1", - "mode": "dock", - "exclusive": true, - "passtrough": false, - "gtk-layer-shell": true, - "margin-top": 0, - "margin-left": 5, - "margin-bottom": 5, - "margin-right": 5, - }, - { - "include": "~/.config/waybar/bars/bar-3.jsonc", - "height": 48, - "layer": "top", - "output": "HDMI-A-2", - "mode": "dock", - "exclusive": true, - "passtrough": false, - "gtk-layer-shell": true, - "margin-top": 5, - "margin-left": 5, - "margin-bottom": 0, - "margin-right": 5, - }, ]