Standardize all notification sending

This commit is contained in:
David Heinemeier Hansson
2026-05-17 19:51:29 +02:00
parent 682c6406bd
commit 4e2da8480a
24 changed files with 62 additions and 90 deletions
+2 -2
View File
@@ -4,10 +4,10 @@
if pgrep -x hypridle >/dev/null; then
pkill -x hypridle
notify-send -a omarchy-action -u low "󱫖 Stop locking computer when idle"
omarchy-notification-send -g 󱫖 "Stop locking computer when idle"
else
uwsm-app -- hypridle >/dev/null 2>&1 &
notify-send -a omarchy-action -u low "󱫖 Now locking computer when idle"
omarchy-notification-send -g 󱫖 "Now locking computer when idle"
fi
omarchy-shell-ipc --if-running bar refreshIndicators >/dev/null 2>&1 || true