1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"output": ["DP-1", "eDP-1"],
"position": "top",
"reload_style_on_change": true,
"include": [ "~/.config/waybar/modules/modules/modules.jsonc" ],
"modules-left": [ "sway/workspaces#full" ],
"modules-right": [
"cpu",
"memory",
"backlight",
"battery",
"bluetooth",
"network",
"wireplumber",
"clock#calendar",
"clock",
"tray"
]
}
|