dotfiles/.config/waybar/config.jsonc
2025-08-17 01:19:14 +02:00

31 lines
646 B
JSON

[
{
"include": "~/.config/waybar/bars/bar-1.jsonc",
"height": 48,
"layer": "top",
"output": "DP-1",
"mode": "dock",
"exclusive": true,
"passtrough": false,
"gtk-layer-shell": true,
"margin-top": 5,
"margin-left": 5,
"margin-bottom": 0,
"margin-right": 5,
},
{
"include": "~/.config/waybar/bars/bar-2.jsonc",
"height": 48,
"position": "bottom",
"layer": "top",
"output": "DP-3",
"mode": "dock",
"exclusive": true,
"passtrough": false,
"gtk-layer-shell": true,
"margin-top": 0,
"margin-left": 5,
"margin-bottom": 5,
"margin-right": 5,
},
]