Skip to content

v0.1.0 - Original Release

Compare
Choose a tag to compare
@lah7 lah7 released this 17 May 14:01
· 1530 commits to master since this release

This is the original code base as used in the Razer Linux Chroma Drivers project, decoupled to make development more flexible. It is mostly stable.

If you've previously been running the GUI tools from the main repository, use this to migrate your preferences:

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

Ubuntu/Debian

This release presents a basic package for easy installation for Ubuntu users.

A PPA is not yet available, but do check back in a few weeks!

Other Distributions

Other distributions and packaging will be properly addressed in future developments.

To perform a standard install on distributions other than Ubuntu:

  1. Install the dependencies, according to your distro:

    • razer-chroma-drivers
    • python3-gi
    • gir1.2-webkit-3.0 (this version is based on the legacy WebKit)
    • gir1.2-appindicator3-0.1
  2. Obtain the stable branch.

    git clone https://github.com/lah7/polychromatic.git
    cd polychromatic
    git checkout v0.1.0
    
  3. Run the install script.

    ./install/install.sh
    

Check back in a couple of weeks for further updates.