Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 752 Bytes

File metadata and controls

19 lines (14 loc) · 752 Bytes

Check Athan for Polybar

Check Athan for Polybar is a simple custom script for getting the current and next Islamic prayer times and displaying them in Polybar.

The script works using urllib to request a JSON object of all prayer times, iterating through the JSON object checking if for the next and current times, converting the times into 12 hour format, then finally displaying the times.

The polybar configuration for this script can be as shown below:

[module/athan]                                                                  
type = custom/script                                                            
exec = ~/.config/polybar/scripts/check-athan/check-athan         
interval = 60