dunst: Update dunstctl for comatibility with upstream script
This commit is contained in:
@@ -8,13 +8,13 @@ log() {
|
||||
printf '[%s] %s\n' "$(date -uIseconds)" "$*" >> "$_logfile"
|
||||
}
|
||||
|
||||
case "$1" in
|
||||
enable)
|
||||
case "$1 $2" in
|
||||
"set-paused false")
|
||||
log "Enabling dunst"
|
||||
systemctl --user --no-block kill --signal SIGUSR2 dunst
|
||||
|
||||
;;
|
||||
disable)
|
||||
"set-paused true")
|
||||
log "Disabling dunst"
|
||||
systemctl --user --no-block kill --signal SIGUSR1 dunst
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user