eww: stuff!

This commit is contained in:
retrozinndev
2025-01-12 12:12:31 -03:00
parent 1e50585959
commit 0c41ca33b2
8 changed files with 16 additions and 8 deletions
+6 -2
View File
@@ -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
+2
View File
@@ -19,3 +19,5 @@ else
echo "[error] Notification history not reachable or id not provided"
exit 1
fi
exit 0