In my desktop environment, I am using dunst
as notification daemon, and I can send notification as:
notify-send "some message"
I have a terminal window open, where I am logged in as root, and I have backup script running. I would like to receive notification when the script completes.
How can I send notification as root, when I am logged in as regular user?