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: [:]