- Full rewrite - Implementation of a real Wayland Idle system
0.6
- Added support for background shell commands by adding & at the end of the command. Should fix the issue with hyprlock that blocks a thread. - Rename CHANGELOG.txt to CHANGELOG.md
0.5
- Added the parent class `Config.py` to each user-config class, to make user-defined class easier - Added the possibility to configure idle actions easily with `set_idle_config` and `do_idle_with_config` methods.
0.4
- Added Changelog.txt
0.3
- DBUS monitoring is made with `gdbus` instead of `dbus-monitor`. Indeed, `gdbus` displays received messages on a single line, including the payload, which ease the parsing. - Includes the payload in Systemd handler functions - Added version number to the script
0.2
- Updated myConfig to fix a bug in the Idle handler