From c17ab99fa4312904a2844080c78f9b8d6d4178b9 Mon Sep 17 00:00:00 2001 From: Ryan Hughes Date: Mon, 18 May 2026 02:41:40 -0400 Subject: [PATCH] Stay Awake: filled red coffee cup when active, empty cup at rest --- bin/omarchy-toggle-idle | 2 +- .../omarchy-shell/plugins/bar/widgets/idleInhibitor.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/omarchy-toggle-idle b/bin/omarchy-toggle-idle index 8f898848..757f04b9 100755 --- a/bin/omarchy-toggle-idle +++ b/bin/omarchy-toggle-idle @@ -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" diff --git a/default/quickshell/omarchy-shell/plugins/bar/widgets/idleInhibitor.qml b/default/quickshell/omarchy-shell/plugins/bar/widgets/idleInhibitor.qml index efc6b823..234c0a28 100644 --- a/default/quickshell/omarchy-shell/plugins/bar/widgets/idleInhibitor.qml +++ b/default/quickshell/omarchy-shell/plugins/bar/widgets/idleInhibitor.qml @@ -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