elfenware / badger

Remind yourself to not sit and stare at the screen for too long
GNU General Public License v3.0
52 stars 13 forks source link

Stop timers when in suspend #42

Open nathanaelhoun opened 4 years ago

nathanaelhoun commented 4 years ago

Sometimes I go away my computer, and when I come back and wake it up from suspend, I receive all the reminders at the same time. Is there a way to stop this behaviour ? I have thought about stopping the timers when computer in suspend or merging all the notifications arriving at the same time in one ?

dar5hak commented 4 years ago

Let me see if there's an API that can notify when a user has locked or suspended the machine. If so, this should be a fairly simple thing to implement. Do let me know if you have any information regarding this.