Create a floating rainbow effect that moves across your keyboard!
- Download the latest and greatest
- Make it executable:
chmod +x ./keyboard-color
- Take it on a test drive:
sudo ./keyboard-color rainbow
- Get some help:
sudo ./keyboard-color help
- Once you've got it how you like it, run it with
--install
, likesudo ./keyboard-color rainbow --install
- Profit!
keyboard-color rainbow --install
- or
echo yy | keyboard-color monitor --install
for a non-interactive experience
- Blue: Ice cold (~0)
- Green: Moderate usage
- Yellow: Heavy usage
- Red: Extreme usage
Same as installation, should be smooth.
sudo systemctl stop keyboard-color
sudo systemctl disable keyboard-color
sudo rm -f /usr/local/bin/keyboard-color /etc/systemd/system/keyboard-colors.service
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.