summaryrefslogtreecommitdiff
path: root/config.jsonc
blob: 8fe39fca327b902341d250383d9dfdddd26403c0 (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": "bottom",
	"include": ["~/.config/waybar/modules.jsonc"],
	"reload_style_on_change": true,

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

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

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