countdown/README.md

37 lines
538 B
Markdown
Raw Normal View History

2023-08-16 22:38:32 +02:00
#### installation
2023-08-16 22:48:05 +02:00
install `libpulse-dev` (debian based) or `libpulse` package depending on your distro
```
sudo pacman -S libpulse pulseaudio sound-theme-freedesktop
```
```
ffmpeg -i /usr/share/sounds/freedesktop/stereo/alarm-clock-elapsed.oga ${HOME}/music/alarm-clock-elapsed.wav
```
2023-08-16 22:38:32 +02:00
```
make
```
```
sudo make install
```
#### usage
```
countdown 20
```
#### uninstalling
```
sudo make uninstall
```
#### TODO
2023-08-17 12:04:24 +02:00
- fix memory leaks
2023-08-16 22:38:32 +02:00
- allow countdowns to be longer than 60 minutes
2023-08-16 22:48:05 +02:00
- make alarm clock file wave file configurable