Stay Awake: filled red coffee cup when active, empty cup at rest

This commit is contained in:
Ryan Hughes
2026-05-18 02:45:19 -04:00
parent 2a6749dc6c
commit c17ab99fa4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
if pgrep -x hypridle >/dev/null; then
pkill -x hypridle
omarchy-notification-send -g "󰛊" "Staying awake" "Idle behavior disabled"
omarchy-notification-send -g "󰅶" "Staying awake" "Idle behavior disabled"
else
uwsm-app -- hypridle >/dev/null 2>&1 &
omarchy-notification-send -g "󰾪" "Idle behavior on" "System can now sleep / lock on idle"
@@ -12,7 +12,7 @@ Item {
property bool active: false
readonly property string icon: active ? "󰛊" : "󰾪"
readonly property string icon: active ? "󰅶" : "󰛊"
function refresh() {
if (!statusProc.running) statusProc.running = true