@@ 293,7 293,7 @@ func performCustomActions(durationToNext int, nextSalah string) {
if durationToNext == 0 {
beeep.Notify("Prayer Time", "", "")
}
- if (durationToNext == 60 * 20) && nextSalah == "Maghrib" {
+ if durationToNext == 1200 && nextSalah == "Isha" {
beeep.Notify("Adhkar Time", "", "")
}
}