RgbKeyboard/README.md

11 lines
522 B
Markdown
Raw Permalink Normal View History

2025-05-04 15:51:43 +02:00
# Bash Breath animation
2025-05-04 15:46:04 +02:00
2025-05-04 15:51:43 +02:00
A small bash/python script to add smooth transitions between a set of colors on RGB keyboards, resulting in a "breath" animation.
You can define the speed and colors with the `steps` and `colors` variables.
As it uses directly the led system class, it need to be run as root.
2025-05-04 15:56:40 +02:00
You will need to replace `<vendor>` by the actual real value applicable to your system.
2025-05-04 15:51:43 +02:00
The python script will be placed at `/var/rgb.py` and a cron task will be automatically created to start the script at boot time.