✨ eww: stuff!
This commit is contained in:
@@ -30,10 +30,14 @@ if ! [[ $@ == "" ]]; then
|
||||
|
||||
# Critical urgency is handled by eww, no need to count down
|
||||
case $urgency in
|
||||
0*)
|
||||
0)
|
||||
sleep $timeout_low
|
||||
;;
|
||||
1*)
|
||||
1)
|
||||
sleep $timeout_normal
|
||||
;;
|
||||
2) ;;
|
||||
*)
|
||||
sleep $timeout_normal
|
||||
;;
|
||||
esac
|
||||
|
||||
@@ -19,3 +19,5 @@ else
|
||||
echo "[error] Notification history not reachable or id not provided"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user