Metadata-Version: 2.1
Name: linux_thermaltake_rgb
Version: 0.2.0.post1564303882
Summary: python driver and daemon for thermaltake hardware products
Home-page: https://github.com/chestm007/linux_thermaltake_rgb
Author: Max Chesterfield
Author-email: chestm007@hotmail.com
Maintainer: Max Chesterfield
Maintainer-email: chestm007@hotmail.com
License: GPL-2.0
Description: [![CircleCI](https://circleci.com/gh/chestm007/linux_thermaltake_riing.svg?style=svg)](https://circleci.com/gh/chestm007/linux_thermaltake_riing)  
        
        # Linux driver and daemon for Thermaltake Riing
        
        
        ## Compatibility
        Python3 only.
        
        Currently supported devices are (as they show up in thermaltakes TTRGBPLUS software:  
            Flow Riing RGB  
            Lumi Plus LED Strip  
            Pacific PR22-D5 Plus  
            Pacific Rad Plus LED Panel  
            Pacific V-GTX 1080Ti Plus GPU Waterblock  
            Pacific W4 Plus CPU Waterblock  
            Riing Plus  
        If your's isn't listed, please create an issue and I'll implement it ASAP!!  
        
        
        ## Installation
        
        ### Pypi
        
        `sudo pip3 install linux_thermaltake_rgb`  
        The setup file will create the systemd unit
        in `/usr/share/linux_thermaltake_rgb`  
        you will need to copy these to the appropriate locations:
        
        ```bash
        sudo cp /usr/share/linux_thermaltake_rgb/linux-thermaltake-rgb.service /usr/lib/systemd/system/
        
        # and if this is a fresh install copy the default config file:
        sudo mkdir /etc/linux_thermaltake_rgb/
        sudo cp /usr/share/linux_thermaltake_rgb/config.yml /etc/linux_thermaltake_rgb/
        ```
        
        ### Arch linux
        
        available in the aur as `linux-thermaltake-rgb`
        
        ### starting and enabling the daemon
        
        start and enable the systemd service  
        `systemctl enable --now linux-thermaltake-rgb.service`  
        
        
        ## Configuration
        the configuration file is expected to be in: `/etc/linux_thermaltake_rgb/config.yml`  
        edit and configure suitably.  
        
        example config is in `linux_thermaltake_rgb/assets/config.yml`
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
