From c74b5d9a3bb8de1991f829f25536f3862368ef60 Mon Sep 17 00:00:00 2001 From: Martin Harder <35062298+martinharder@users.noreply.github.com> Date: Tue, 16 Apr 2019 17:22:44 +0200 Subject: [PATCH] Change icon for dsplaySleep --- MTMR/ItemsParsing.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MTMR/ItemsParsing.swift b/MTMR/ItemsParsing.swift index 8fa1413..ae39f58 100644 --- a/MTMR/ItemsParsing.swift +++ b/MTMR/ItemsParsing.swift @@ -264,7 +264,7 @@ class SupportedTypesHolder { ) }, "displaySleep": { _ in ( - item: .staticButton(title: "☕️"), + item: .staticButton(title: "🌙"), action: .shellScript(executable: "/usr/bin/pmset", parameters: ["displaysleepnow"]), longAction: .none, parameters: [:]