Here's what I wanted:
notify-send -t 0 -i "dialog-ok" "message here"
I knew there was I way to do it, I just couldn't remember.
notify-send -t 0 -i "dialog-ok" "message here"
I knew there was I way to do it, I just couldn't remember.
vinny@vinny-Bonobo-Extreme:~$ notify-send -t 0 -i "dialog-ok" "message here" The program 'notify-send' is currently not installed. You can install it by typing: sudo apt install libnotify-bin
Comment