Some Python utilities for a tray panel in Linux.
Created using ChatGPT for Debian with KDE Plasma.
Starts a timer (1 hr) to run systemctl poweroff. The time can be reset by left mouse click on the tray icon. The remaining time is indicated by the icon as a pie chart.
This utility toggles the Night Light mode by clicking the tray icon.
Disables the Night Light mode for the next computer startup.
- Put into ~/.config/systemd/user/
- systemctl --user enable disable-nightcolor.service
- systemctl --user start disable-nightcolor.service