summaryrefslogtreecommitdiff
path: root/.config/dunst/reload
blob: 9e8ee076e5264ba13edcb1d133e96bd7a6e57b71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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"