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