summaryrefslogtreecommitdiff
path: root/config.jsonc
blob: ec463cc0c7c1221023fa36570af7ab7009eb822f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
	"output": ["Microstep MAG274QRF-QD CA8A391600566", "eDP-1"],
	"position": "top",
	"include": ["~/.config/waybar/modules.jsonc"],
	"reload_style_on_change": true,

	"modules-left": [
		"custom/apps",
		"sway/workspaces",
		"wlr/taskbar"
	],

	"modules-center": [
		"mpris"
	],

	"modules-right": [
		"cava",
		"cpu",
		"memory",
		"network",
		"wireplumber",
		"clock#calendar",
		"clock",
		"tray"
	]
}