diff --git a/.scripts/deadd.sh b/.scripts/deadd.sh index 11224a1..81dbc54 100755 --- a/.scripts/deadd.sh +++ b/.scripts/deadd.sh @@ -62,7 +62,7 @@ main() { killall deadd-notificat fi - /home/sravan/.local/bin/notify-send.py a --hint \ + /usr/bin/notify-send.py a --hint \ boolean:deadd-notification-center:true \ string:type:reloadStyle @@ -81,12 +81,12 @@ main() { --pause) notify-send "Pausing Notifications" - /home/sravan/.local/bin/notify-send.py a --hint \ + /usr/bin/notify-send.py a --hint \ boolean:deadd-notification-center:true \ string:type:pausePopups > /dev/null 2>&1 ;; --unpause) - /home/sravan/.local/bin/notify-send.py a --hint \ + /usr/bin/notify-send.py a --hint \ boolean:deadd-notification-center:true \ string:type:unpausePopups > /dev/null 2>&1 diff --git a/README.org b/README.org index 09f6f08..d57ab0a 100644 --- a/README.org +++ b/README.org @@ -1282,7 +1282,7 @@ main() { killall deadd-notificat fi - /home/sravan/.local/bin/notify-send.py a --hint \ + /usr/bin/notify-send.py a --hint \ boolean:deadd-notification-center:true \ string:type:reloadStyle @@ -1301,12 +1301,12 @@ main() { --pause) notify-send "Pausing Notifications" - /home/sravan/.local/bin/notify-send.py a --hint \ + /usr/bin/notify-send.py a --hint \ boolean:deadd-notification-center:true \ string:type:pausePopups > /dev/null 2>&1 ;; --unpause) - /home/sravan/.local/bin/notify-send.py a --hint \ + /usr/bin/notify-send.py a --hint \ boolean:deadd-notification-center:true \ string:type:unpausePopups > /dev/null 2>&1