Skip to content

fatalwir/Python-Tray-Utilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python Tray Utilities

Some Python utilities for a tray panel in Linux.

Created using ChatGPT for Debian with KDE Plasma.

shutdownTimer.py

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.

nightColorToggler.py

This utility toggles the Night Light mode by clicking the tray icon.

disable-nightcolor.service

Disables the Night Light mode for the next computer startup.

  1. Put into ~/.config/systemd/user/
  2. systemctl --user enable disable-nightcolor.service
  3. systemctl --user start disable-nightcolor.service

About

Some Python utilities for a tray panel in Linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages