Forked from robertmarsal/gist:9feaa9150926efa4175a
Last active
January 23, 2016 13:41
-
-
Save ferstar/5efc8ed0fe16beccc9e9 to your computer and use it in GitHub Desktop.
Install f.lux on Ubuntu 14.10
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install python-glade2 python-appindicator | |
git clone https://github.com/Kilian/f.lux-indicator-applet.git | |
cd f.lux-indicator-applet | |
chmod +x setup.py | |
sudo ./setup.py install | |
sudo chmod +x /usr/local/bin/xflux | |
fluxgui |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment