- 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
- 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
anddo_idle_with_config
methods.
- Added Changelog.txt
- DBUS monitoring is made with
gdbus
instead ofdbus-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
- Updated myConfig to fix a bug in the Idle handler
- Initial Release