Skip to content

Small script that reduces the brightness of the screen when unused, works on tty.

Notifications You must be signed in to change notification settings

rafalou38/ttysaver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

TTYSaver

Small script that reduces the brightness of the screen when no key is pressed, works on tty.

Config

  • edit DELAY to set the idle time (in secconds)
  • set KBD_EVENT_FILE to the event file coresponding to your keyboard

Install

sudo ln -s "$(pwd)/ttysaver.py" /bin/ttysaver
sudo ln -s "$(pwd)/ttysaver.service" /etc/systemd/system/ttysaver.service
sudo systemctl enable ttysaver
sudo systemctl start ttysaver

About

Small script that reduces the brightness of the screen when unused, works on tty.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages