@@ -1,6 +1,6 @@
#!/bin/sh
for i in $(seq 5);do
notify-send "$(date)" -r 3 -t 1200 &
notify-send -i "/usr/share/icons/Papirus/16x16/panel/clockify-blue.svg" "$(date)" -r 3 -t 1200 &
sleep 1
done
The note is not visible to the blocked user.