summaryrefslogtreecommitdiff
path: root/config/wayland/waybar/config.jsonc
blob: aa93297d8f8967a78e4029ceb171127ac5631145 (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/status.sh",
		"format": " {} ",
		"interval": 1
	}
}