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

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

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