pez2001 / razer_chroma_drivers

A collection of Linux drivers for Razer Chroma devices, it supports all lighting modes and includes a daemon for advanced effects + gui configuration app
GNU General Public License v2.0
231 stars 31 forks source link

Decouple GUI Applications from main repository. #123

Closed lah7 closed 8 years ago

lah7 commented 8 years ago

As agreed with @terrycain, the GUI utilities have been migrated to their own repositories:

The graphical applications are now called Polychromatic. https://github.com/lah7/polychromatic

This will allow future development and packaging for both the driver and applications to be much easier.


Polychromatic = Multi-coloured, with plans to be multi-device too!


Currently, the application uses the same code base as present, except name changes.

Existing users, you can migrate your existing save data by typing:

mv ~/.config/razer_chroma ~/.config/polychromatic

If you're running Ubuntu, here's a basic deb package for you. Other distributions, see here.


To cleanly make the switch, I'd suggest removing the driver first, getting the latest source code and then installing the driver again.