diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-09 20:07:31 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-09 20:07:31 +0100 |
commit | f373a71fe06372425d1aa420b966ee7d379324af (patch) | |
tree | 092d5a4d63952404ee01a4ce8a13b706e4f54db5 /.config/dunst/reload | |
parent | b3fdb09a1c512738fbe42aefb80a92b4560a5677 (diff) |
Update dunst look
Diffstat (limited to '.config/dunst/reload')
-rwxr-xr-x | .config/dunst/reload | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.config/dunst/reload b/.config/dunst/reload new file mode 100755 index 0000000..9e8ee07 --- /dev/null +++ b/.config/dunst/reload @@ -0,0 +1,13 @@ +#!/bin/bash +pkill dunst +dunst -config ~/.config/dunst/dunstrc & + +notify-send -u critical "Test message: critical test 1" +notify-send -u normal "Test message: normal test 2" +notify-send -u low "Test message: low test 3" +notify-send -u critical "Test message: critical test 4" +notify-send -u normal "Test message: normal test 5" +notify-send -u low "Test message: low test 6" +notify-send -u critical "Test message: critical test 7" +notify-send -u normal "Test message: normal test 8" +notify-send -u low "Test message: low test 9" |