From 0fd3f07622038edcd235bbd88e0d6f1a71d4e679 Mon Sep 17 00:00:00 2001 From: apoc Date: Sun, 14 Feb 2021 13:24:55 +0100 Subject: [PATCH] new script icon and color --- chaospott_mumble.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chaospott_mumble.js b/chaospott_mumble.js index dd412be..4d7594d 100644 --- a/chaospott_mumble.js +++ b/chaospott_mumble.js @@ -1,6 +1,6 @@ // Variables used by Scriptable. // These must be at the very top of the file. Do not edit. -// icon-color: yellow; icon-glyph: magic; +// icon-color: deep-green; icon-glyph: power-off; const mumbleApiUrl = "https://apoc.uber.space/chaospott_mumble.json"; const spaceApiUrl = "https://status.chaospott.de/status.json"; const logoUrl = "https://chaospott.de/images/logo.png";