jamesan / auto-xflux

Inputless xflux daemon that geocodes based on your external IP address
GNU General Public License v3.0
19 stars 4 forks source link

auto-xflux

Inputless xflux daemon that geocodes based on your external IP address.

This requires working systemd instance and X server for the user executing xflux. It requires an Internet connection to already be established and assumes that the following services are online:

This also obviously requires xflux (to be accessible in $PATH).

Installation

Arch Linux

Installed the AUR package, auto-xflux. The PKGBUILD can be viewed here.

Other

Installed by downloading the files in this repository and running:

make [DESTDIR=DIRECTORY] install

and uninstalled by runnning:

make [DESTDIR=DIRECTORY] uninstall

DESTDIR is included for installing to a non-root (/) location.