Advertisement
mosaid

conky-prayer.sh

Feb 11th, 2020
349
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.17 KB | None | 0 0
  1. #!/bin/bash
  2. Atext="\"$(cat /tmp/nextPrayerTimeA 2>/dev/null)\""
  3. Atext=$(python -c"import arabic_reshaper;print(arabic_reshaper.reshape($Atext))")
  4. printf "$Atext"|rev
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement