Create a floating rainbow effect that moves across your keyboard!
- Download the latest and greatest deb file
- Install the deb file
- Configure it
sudo nano /etc/keyboard-colors.json
- Start it up
sudo systemctl restart keyboard-colors
- Profit!
- Download the
manual.tgz
file from the releases - Copy the
keyboard-colors.service
to systemd - Copy
settings.json
to/etc/keyboard-colors.json
- Copy
keyboard-colors
to/usr/bin/keyboard-color
- Start it up
sudo systemctl restart keyboard-colors
- Profit!
- Blue: Ice cold (~0)
- Green: Moderate usage
- Yellow: Heavy usage
- Red: Extreme usage
Same as installation, should be smooth.
The service is written in CSharp. You can do the following:
- Create color filters (such as Hearbeat) that can post-process on whatever mode is chosen.
- Create "sides" that operate on a single Led group independently.
- Create monitors to operate on a specific input.
- Keyboards tie everything together into a configuration.
- Change colors based on local weather and a filter for time of day.
- Use filters to change color if ssh'd into a specific machine (say, production?).
- Use filters to alert on emails, or other notifications.
- Make this more pluggable.