diff --git a/bin/omarchy-toggle-idle b/bin/omarchy-toggle-idle index 2dcb7f28..58f0a85d 100755 --- a/bin/omarchy-toggle-idle +++ b/bin/omarchy-toggle-idle @@ -2,10 +2,10 @@ if pgrep -x hypridle >/dev/null; then pkill -x hypridle - notify-send "Stop locking computer when idle" + notify-send "󱫖 Stop locking computer when idle" else uwsm-app -- hypridle >/dev/null 2>&1 & - notify-send "Now locking computer when idle" + notify-send "󱫖 Now locking computer when idle" fi pkill -RTMIN+9 waybar diff --git a/bin/omarchy-toggle-notification-silencing b/bin/omarchy-toggle-notification-silencing index eabbff13..c8117059 100755 --- a/bin/omarchy-toggle-notification-silencing +++ b/bin/omarchy-toggle-notification-silencing @@ -3,9 +3,9 @@ makoctl mode -t do-not-disturb if makoctl mode | grep -q 'do-not-disturb'; then - notify-send "Silenced notifications" + notify-send "󰂛 Silenced notifications" else - notify-send "Enabled notifications" + notify-send "󰂚 Enabled notifications" fi pkill -RTMIN+10 waybar