I am using dunst with notify-send to get my notifications on the PC. While I’m getting the regular notfications on my phone, I am not getting the cron job notification. I use artix linux with runit.
crontab-
XDG_RUNTIME_DIR=/run/user/1000
*/5 * * * * export DISPLAY=:0.0 && export XAUTHORITY=/home/rajat/.Xauthority && sudo -u rajat /usr/bin/dunstify -t 15000 “Who’s gonna carry the boats? and the logs?” “$(/usr/bin/shuf -n 1 /home/rajat/.david)” && /usr/bin/aplay -q /home/rajat/.Ding.wav >> /home/rajat/.cache/cronf.log 2>&1