8 lines
200 B
Bash
Executable File
8 lines
200 B
Bash
Executable File
#!/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 &
|