From 137fb59187573ee8e2b1eebcace39335b0b57973 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petar=20Kapri=C5=A1?= Date: Mon, 29 Sep 2025 22:14:10 +0200 Subject: [PATCH] waybar: add bar 2 --- .config/waybar/config.jsonc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index a87e2b33..2e15df46 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -13,4 +13,18 @@ "margin-bottom": 0, "margin-right": 10, }, + { + "include": "~/.config/waybar/bars/bar-2.jsonc", + "height": 48, + "layer": "top", + "output": "HDMI-A-1", + "mode": "dock", + "exclusive": true, + "passtrough": false, + "gtk-layer-shell": true, + "margin-top": 5, + "margin-left": 5, + "margin-bottom": 0, + "margin-right": 10, + }, ]