diff options
| author | subh <subh@example.com> | 2026-03-28 05:23:05 +0530 |
|---|---|---|
| committer | subh <subh@example.com> | 2026-03-28 05:23:05 +0530 |
| commit | 346975435bbbaf9b7103748a43634c0f7cc6af63 (patch) | |
| tree | 905c59eb33db535fcb9b87268196bff561856c2b /dunst/reload | |
| parent | aa641424fee2a5e54f83350badb8b680460236f5 (diff) | |
Swapped swaync with dunst
Diffstat (limited to 'dunst/reload')
| -rwxr-xr-x | dunst/reload | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dunst/reload b/dunst/reload new file mode 100755 index 0000000..9e8ee07 --- /dev/null +++ b/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" |
