lxqt-notificationd-packaging/test/lxqt-notification-test-multiples.sh
Andrew Lee (李健秋) e145b8a2ca
Adding upstream version 0.9.0.
Signed-off-by: Andrew Lee (李健秋) <ajqlee@debian.org>
2015-08-12 04:40:04 +08:00

13 lines
549 B
Bash
Executable File

#!/bin/sh
#
# required: notify-send app installed (part of libnotify, or libnotify-tools)
#
# basic notifications
notify-send -u low -t 3000 --icon="document-open" "simple notification" "expires in 3s. No action there" &
notify-send -u normal -t 4000 --icon="document-close" "simple notification" "expires in 4s. No action there" &
notify-send -u low -t 3000 --icon="document-open" "simple notification" "expires in 3s. No action there" &
notify-send -u low -t 3000 --icon="document-open" "simple notification" "expires in 3s. No action there" &