nixos/home/desktop/config/waybar/config-H0615.json

19 lines
628 B
JSON
Raw Normal View History

[
{
"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