├── .config └── systemd │ └── user │ ├── prayer-times.service │ └── prayer-times.timer ├── .local ├── bin │ ├── prayer-times │ └── toggle-athan └── share │ └── qatami_takbeer.mp3 ├── LICENSE ├── README.md ├── install.sh └── screenshots ├── module.png ├── yad-ar.png └── yad-en.png /.config/systemd/user/prayer-times.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xzer0x/prayer-times/HEAD/.config/systemd/user/prayer-times.service -------------------------------------------------------------------------------- /.config/systemd/user/prayer-times.timer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xzer0x/prayer-times/HEAD/.config/systemd/user/prayer-times.timer -------------------------------------------------------------------------------- /.local/bin/prayer-times: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xzer0x/prayer-times/HEAD/.local/bin/prayer-times -------------------------------------------------------------------------------- /.local/bin/toggle-athan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xzer0x/prayer-times/HEAD/.local/bin/toggle-athan -------------------------------------------------------------------------------- /.local/share/qatami_takbeer.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xzer0x/prayer-times/HEAD/.local/share/qatami_takbeer.mp3 -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xzer0x/prayer-times/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xzer0x/prayer-times/HEAD/README.md -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xzer0x/prayer-times/HEAD/install.sh -------------------------------------------------------------------------------- /screenshots/module.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xzer0x/prayer-times/HEAD/screenshots/module.png -------------------------------------------------------------------------------- /screenshots/yad-ar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xzer0x/prayer-times/HEAD/screenshots/yad-ar.png -------------------------------------------------------------------------------- /screenshots/yad-en.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xzer0x/prayer-times/HEAD/screenshots/yad-en.png --------------------------------------------------------------------------------