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.
- Host: GitHub
- URL: https://github.com/awan/prayer-timers
- Owner: Awan
- Created: 2020-07-06T11:21:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-12T02:01:19.000Z (about 5 years ago)
- Last Synced: 2025-01-11T01:10:44.997Z (9 months ago)
- Topics: alarm, alarm-clock, alarmmanager, practice, prayer-times, prayertimes, systemd-service, systemd-timer
- Homepage:
- Size: 457 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```