8 Commits

Author SHA1 Message Date
7fbc70bde6 feat: migrate config from INI to TOML format
- Replace configparser with toml crate
- Refactor Monitor struct to hold MonitorType directly
- Fix broken Monitor::Display implementation
- Update wallpaper handlers to use new Monitor API
- Change default config path to .toml
- Suppress dead_code warnings on auto-generated D-Bus code
2026-07-07 11:42:36 +10:00
ce12890f17 Removed debug print
prepended _ to count variable
2025-01-02 16:11:48 +11:00
8200a1f764 Fixed bug related to JS ordering causing wallpaper to select incorrect screen 2024-12-05 16:25:54 +11:00
d7c70583c0 Better code standards 2024-03-10 22:25:39 +11:00
b07d921880 Use enumerate() instead of manual counter 2024-03-10 21:40:48 +11:00
796ab5ecf4 Removed excess buffers 2024-03-10 19:46:24 +11:00
57bb7bcd8d General cleanup 2024-03-10 19:31:18 +11:00
ae708d4f87 Added DBUS support
Added Plasma handler
2024-03-10 19:30:07 +11:00