19 lines
628 B
JSON
19 lines
628 B
JSON
|
[
|
||
|
{
|
||
|
"include": ["~/.config/waybar/modules.json", "~/.config/waybar/layout.json"],
|
||
|
"output": "HDMI-A-1",
|
||
|
"modules-left": ["custom/launcher", "cpu", "memory", "temperature"],
|
||
|
"modules-center": ["wlr/workspaces"],
|
||
|
"modules-right": ["pulseaudio", "network", "backlight", "clock", "tray", "custom/power"],
|
||
|
},
|
||
|
{
|
||
|
"include": ["~/.config/waybar/modules.json", "~/.config/waybar/layout.json"],
|
||
|
"output": "DP-1",
|
||
|
"modules-left": ["custom/launcher"],
|
||
|
"modules-center": ["wlr/workspaces"],
|
||
|
"modules-right": ["custom/power"]
|
||
|
}
|
||
|
]
|
||
|
|
||
|
// vim: ft=json
|