Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 645 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 645 Bytes

pyredshift

A minimalist GUI for redshift on Raspberry py OS to change screen temperature, written in python. It just a shell script quickly written for my own usage, but someone might find it useful.

Install

  • you need the redshift package from the repository, if it's not already installed.
  • install easygui (pip install easygui) : easy tkinter "dialog in one function" module for a few kB.
  • copy redshift.py where you want, make executable (chmod +x), make a shortcut and run.

GUI img

(It will look like more gnome style on raspberry.)

See also

The same in nim (faster) : https://github.com/aldoniel/nimredshift/