summaryrefslogtreecommitdiff
path: root/themes/dwm/config.jsonc
blob: 961196ad7258d8a973f928d28df0f86fedf9e4a9 (plain)
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"
	]
}