aboutsummaryrefslogtreecommitdiffstats
path: root/modules/custom/vmdot.jsonc
blob: 1955a6ed30d3911f9146965b38e33138ec480947 (plain)
1
2
3
4
5
6
7
8
9
10
// One dot per defined VM, coloured by state. The script is in this repo and
// symlinked into ~/bin, so the colours follow the palette.
{
	"custom/vmdot": {
		"exec": "$HOME/bin/vms_dots.sh",
		"interval": 2,
		"return-type": "json",
		"tooltip": true
	}
}