Use proper notification icons
This commit is contained in:
@@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
if pgrep -x hypridle >/dev/null; then
|
if pgrep -x hypridle >/dev/null; then
|
||||||
pkill -x hypridle
|
pkill -x hypridle
|
||||||
notify-send "Stop locking computer when idle"
|
notify-send " Stop locking computer when idle"
|
||||||
else
|
else
|
||||||
uwsm-app -- hypridle >/dev/null 2>&1 &
|
uwsm-app -- hypridle >/dev/null 2>&1 &
|
||||||
notify-send "Now locking computer when idle"
|
notify-send " Now locking computer when idle"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pkill -RTMIN+9 waybar
|
pkill -RTMIN+9 waybar
|
||||||
|
|||||||
@@ -3,9 +3,9 @@
|
|||||||
makoctl mode -t do-not-disturb
|
makoctl mode -t do-not-disturb
|
||||||
|
|
||||||
if makoctl mode | grep -q 'do-not-disturb'; then
|
if makoctl mode | grep -q 'do-not-disturb'; then
|
||||||
notify-send "Silenced notifications"
|
notify-send " Silenced notifications"
|
||||||
else
|
else
|
||||||
notify-send "Enabled notifications"
|
notify-send " Enabled notifications"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pkill -RTMIN+10 waybar
|
pkill -RTMIN+10 waybar
|
||||||
|
|||||||
Reference in New Issue
Block a user