Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #28, #40 #44

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 53 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
f.lux indicator applet
======================
Better lighting for your computer
Learn more here: https://justgetflux.com/

f.lux indicator applet is an indicator applet to control xflux: an application
that makes the color of your computer's display adapt to the time of day, warm
at nights and like sunlight during the day.

INSTALLATION FROM SOURCE CODE
--------
###STEP 1 Install the dependencies

Fedora:

```
sudo yum install gnome-python2-gconf pexpect python-appindicator git
```

Debian:

```
sudo apt-get install python-gconf python-pexpect python-appindicator git
```

###STEP 2 Download the source code and xflux

32bit:

```
git clone https://github.com/Kilian/f.lux-indicator-applet.git
cd f.lux-indicator-applet
wget https://justgetflux.com/linux/xflux-pre.tgz
tar zxvf xflux-pre.tgz
```

64bit:

```
git clone https://github.com/Kilian/f.lux-indicator-applet.git
cd f.lux-indicator-applet
wget https://justgetflux.com/linux/xflux64.tgz
tar zxvf xflux64.tgz
```

###STEP 3 Build and install

```
python setup.py build
sudo python setup.py install
cd ..
rm -r f.lux-indicator-applet
```
Binary file removed xflux
Binary file not shown.