Update notify-send.py path in deadd control script
- Replaced notify-send.py pip package with AUR package - Update deadd control script to use new system path of notify-send.py
This commit is contained in:
@@ -62,7 +62,7 @@ main() {
|
|||||||
killall deadd-notificat
|
killall deadd-notificat
|
||||||
fi
|
fi
|
||||||
|
|
||||||
/home/sravan/.local/bin/notify-send.py a --hint \
|
/usr/bin/notify-send.py a --hint \
|
||||||
boolean:deadd-notification-center:true \
|
boolean:deadd-notification-center:true \
|
||||||
string:type:reloadStyle
|
string:type:reloadStyle
|
||||||
|
|
||||||
@@ -81,12 +81,12 @@ main() {
|
|||||||
--pause)
|
--pause)
|
||||||
notify-send "Pausing Notifications"
|
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 \
|
boolean:deadd-notification-center:true \
|
||||||
string:type:pausePopups > /dev/null 2>&1
|
string:type:pausePopups > /dev/null 2>&1
|
||||||
;;
|
;;
|
||||||
--unpause)
|
--unpause)
|
||||||
/home/sravan/.local/bin/notify-send.py a --hint \
|
/usr/bin/notify-send.py a --hint \
|
||||||
boolean:deadd-notification-center:true \
|
boolean:deadd-notification-center:true \
|
||||||
string:type:unpausePopups > /dev/null 2>&1
|
string:type:unpausePopups > /dev/null 2>&1
|
||||||
|
|
||||||
|
@@ -1282,7 +1282,7 @@ main() {
|
|||||||
killall deadd-notificat
|
killall deadd-notificat
|
||||||
fi
|
fi
|
||||||
|
|
||||||
/home/sravan/.local/bin/notify-send.py a --hint \
|
/usr/bin/notify-send.py a --hint \
|
||||||
boolean:deadd-notification-center:true \
|
boolean:deadd-notification-center:true \
|
||||||
string:type:reloadStyle
|
string:type:reloadStyle
|
||||||
|
|
||||||
@@ -1301,12 +1301,12 @@ main() {
|
|||||||
--pause)
|
--pause)
|
||||||
notify-send "Pausing Notifications"
|
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 \
|
boolean:deadd-notification-center:true \
|
||||||
string:type:pausePopups > /dev/null 2>&1
|
string:type:pausePopups > /dev/null 2>&1
|
||||||
;;
|
;;
|
||||||
--unpause)
|
--unpause)
|
||||||
/home/sravan/.local/bin/notify-send.py a --hint \
|
/usr/bin/notify-send.py a --hint \
|
||||||
boolean:deadd-notification-center:true \
|
boolean:deadd-notification-center:true \
|
||||||
string:type:unpausePopups > /dev/null 2>&1
|
string:type:unpausePopups > /dev/null 2>&1
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user