summaryrefslogtreecommitdiff
path: root/themes/dark/config.jsonc
blob: ce8ed92ace718a2b8759eac861de9932b87a4652 (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
{
	"output": ["DP-1", "eDP-1"],
	"position": "top",
	"include": ["~/.config/waybar/modules/modules.jsonc"],
	"reload_style_on_change": true,

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

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