ms7m / notify-py

:speech_balloon: | A simple Python Module for sending cross-platform desktop notifications on Windows, macOS and Linux
MIT License
262 stars 26 forks source link

Alarm in Windows? #44

Open willwade opened 2 years ago

willwade commented 2 years ago

I'm trying to create an alarm notification to get around fullscreen apps default setting. But what's an alarm?! Can we do this with notify-py?

Screenshot 2022-07-07 at 22 05 11
willwade commented 2 years ago

I think this is something only available to windows. I’ll close it

willwade commented 2 years ago

Ok - I'm wrong. These guys are doing it in powershell. So how does that work.. https://github.com/Windos/BurntToast#alarm-clock

ms7m commented 2 years ago

This can be a possible feature -- It's possible that we can modify the ps1 script we use for notifiations.