summaryrefslogtreecommitdiff
path: root/config/wayland/waybar/configs/dwm.jsonc
blob: 211f77698f1ff8466e6d824a41e94d3ffc1e8530 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
	"modules-left": ["hyprland/workspaces", "custom/layout", "hyprland/window"],
	"modules-right": ["custom/status"],
	"hyprland/window": {
		"format": " {} "
	},
	"custom/layout": { 
		"format": " []= ",
		"interval": "once",
	},
	"custom/status": { 
		"exec": "~/.config/waybar/scripts/status.sh",
		"format": " {} ",
		"interval": 1
	}
}