dotfiles/.config/waybar/config.jsonc
2025-09-30 08:36:09 +02:00

30 lines
627 B
JSON

[
{
"include": "~/.config/waybar/bars/bar-1.jsonc",
"height": 48,
"layer": "top",
"output": "eDP-1",
"mode": "dock",
"exclusive": true,
"passtrough": false,
"gtk-layer-shell": true,
"margin-top": 5,
"margin-left": 5,
"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,
},
]