Standardize all notification sending
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user