Deepin系统通知
2018-11-30 本文已影响0人
LanceAdd

具体文档:
在终端中输入yelp
然后在最下面点击zenity手册


shell调用系统通知
#!/bin/sh
zenity --notification\
--window-icon="info" \
--text="There are system updates necessary!"

或者简单的通知
#!/bin/sh
notify-send "Hello world"

更多调用和信息请参考帮助手册