dottie/2024-03-10/bin/test_notifs

8 lines
200 B
Plaintext
Raw Permalink Normal View History

2024-03-10 20:37:11 -04:00
#!/bin/sh
notify-send -i alert -a "echo meow" Test test -u critical &
sleep 1
notify-send -i alert -a "echo meow" Test test -u normal &
sleep 1
notify-send -i alert -a "echo meow" Test test -u low &