aboutsummaryrefslogtreecommitdiffstats
path: root/modules/custom/vmdot.jsonc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/custom/vmdot.jsonc')
-rw-r--r--modules/custom/vmdot.jsonc10
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/custom/vmdot.jsonc b/modules/custom/vmdot.jsonc
new file mode 100644
index 0000000..1955a6e
--- /dev/null
+++ b/modules/custom/vmdot.jsonc
@@ -0,0 +1,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
+ }
+}