An open API service indexing awesome lists of open source software.

https://github.com/awan/prayer-timers

Prayer times configured with systemd. 1 minute Ayat ul Kursi notification will get you ready for prayer.
https://github.com/awan/prayer-timers

alarm alarm-clock alarmmanager practice prayer-times prayertimes systemd-service systemd-timer

Last synced: 8 months ago
JSON representation

Prayer times configured with systemd. 1 minute Ayat ul Kursi notification will get you ready for prayer.

Awesome Lists containing this project

README

          

### Prayer Timers

These are some cron alternatives for waking a user/reminding him of Prayer 15
minutes before the Azan.
The time is based on Asia/Karachi timezone. You can always edit the time by
editing the related timer files.

## Dependencies

[mpv](https://mpv.io)
[systemd](https://systemd.io)

## Installation

Copy required files in `~/.config/systemd/user/`:

```sh
git clone https://gitlab.com/Abdullah/prayer-timers.git
mkdir -p ~/.config/systemd/user/
mkdir -p ~/.local/share/misc/
cd prayer-timers
cp *.timer ~/.config/systemd/user/
cp *.service ~/.config/systemd/user/
cp Kursi.ogg ~/.local/share/misc/
systemctl --user daemon-reload

# You can now invoke this to activate all timers.

systemctl enable --now {fajr,zuhr,asr,maghrib,isha}.timer
```