waybar: add bar 2

This commit is contained in:
Petar Kapriš 2025-09-29 22:14:10 +02:00
parent a43b588a31
commit 888cdf0997

View file

@ -13,4 +13,18 @@
"margin-bottom": 0, "margin-bottom": 0,
"margin-right": 10, "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,
},
] ]