Move to swaync (from dunst)

This commit is contained in:
ItsDrike 2024-12-22 02:11:41 +01:00
parent df82f47ccb
commit c8d1e94c0f
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
7 changed files with 712 additions and 7 deletions

View file

@ -1,10 +0,0 @@
#!/bin/sh
if [ "$(dunstctl is-paused)" = "false" ]; then
notify-send "Notifications" "Pausing notifications..." -h string:x-canonical-private-synchronous:notif-pause
sleep 2
dunstctl set-paused true
else
dunstctl set-paused false
notify-send "Notifications" "Notifications enabled" -h string:x-canonical-private-synchronous:notif-pause
fi