dotfiles/bin/.bin/resetnotify

8 lines
129 B
Plaintext
Raw Normal View History

#!/bin/sh
pidof dunst && killall dunst
dunst &
notify-send "Hello, World!" &
notify-send "Hello, World!2" --urgency=critical &