sudo apt-get install libnotify-bin
notify-send "hahaha" >/dev/null 2>&1 &
也可以加上一个时间:
sleep 300s && notify-send "smgr stable..." >/dev/null 2>&1 &
sudo apt-get install libnotify-bin
notify-send "hahaha" >/dev/null 2>&1 &
也可以加上一个时间:
sleep 300s && notify-send "smgr stable..." >/dev/null 2>&1 &
转载于:https://my.oschina.net/u/575122/blog/117953