This commit is contained in:
Daniel Langbein 2025-02-22 17:57:06 +01:00
parent acb7773889
commit f92a94d331
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -2,6 +2,17 @@
A timer that notifies you - even if "do not disturb" is enabled.
## ToC
<!-- TOC -->
* [DnDBuster](#dndbuster)
* [ToC](#toc)
* [Application IDs](#application-ids)
* [.desktop entry](#desktop-entry)
* [Alternatives](#alternatives)
* [GTK resources](#gtk-resources)
<!-- TOC -->
## Application IDs
https://developer.gnome.org/documentation/tutorials/application-id.html
@ -54,3 +65,8 @@ nix-shell -p libnotify
sleep 30m
notify-send -u critical -a PleaseDisturbTimer "Alert" "Time is over!"
```
## GTK resources
- https://www.technett.io/post/dev/python-gtk-2/
- https://github.com/Taiko2k/GTK4PythonTutorial?tab=readme-ov-file