2 lines
82 B
Bash
Executable file
2 lines
82 B
Bash
Executable file
#!/bin/bash
|
|
notify-send -a "Pomodoro" -u critical "Pomodoro: Time is up" -t 10000
|