通知送信を介して送信された複数のポップアップを一度に画面に表示する方法を知っている人はいますか?
と:
$ notify-send 'Message One' 'Body One' & notify-send 'Message Two' 'Body Two' & notify-send 'Message Three' 'Body Three'
それぞれがキュー内の前のポップアップが期限切れになるのを待ってから表示されます.3つすべてをできるだけ早く画面にカスケードさせようとしています.
男 言います:
OPTIONS
-u, --urgency=LEVEL Specifies the urgency level (low, normal, critical).
-t, --expire-time=TIME
Specifies the timeout in milliseconds at which to expire the notification.
-i, --icon=ICON[,ICON...]
Specifies an icon filename or stock icon to display.
-c, --category=TYPE[,TYPE...]
Specifies the notification category.
Help options:
-?, --help
Show this help message
-h, --hint=TYPE:NAME:VALUE
Specifies basic extra data to pass. Valid types are int, double, string and byte.
緊急度をクリティカルに設定しても違いはありません。
ティア