See my post about this project in my technical blog here
The project is available on the AUR. To install it using AUR helper like yay or paru:
paru -S islamic-prayer-timings
git clone https://github.com/abdalrahmanshaban0/Islamic-Prayer-Timings/
cd Islamic-Prayer-Timings
mkdir build
cd build
cmake ..
make
# non-daemon
./islamic-prayer-timings
# daemon
./islamic-prayer-timings -d
#OR
./islamic-prayer-timings --daemon

