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
|
|
|
|
|
|
|
|
- allow countdowns to be longer than 60 minutes
|
2023-08-16 22:48:05 +02:00
|
|
|
- make alarm clock file wave file configurable
|
2023-08-17 13:11:49 +02:00
|
|
|
- fix still reachable bytes (still reachable: 42,485 bytes in 97 blocks)?
|