summaryrefslogtreecommitdiff
path: root/config/wayland/waybar/dwm.jsonc
blob: 3e68245b718835b8822d8dc21d564faac1f8aa3c (plain) (blame)
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": "/home/aluc/.config/waybar/status.sh",
		"format": " {} ",
		"interval": 1
	}
}