diff --git a/rgb.sh b/rgb.sh index 4f17e33..5a4b3a9 100644 --- a/rgb.sh +++ b/rgb.sh @@ -22,7 +22,7 @@ def aTob(a, b): tmp[0] += incr[0] tmp[1] += incr[1] tmp[2] += incr[2] - subprocess.run(f"echo \"{int(tmp[0])} {int(tmp[1])} {int(tmp[2])}\" > /sys/class/leds/rgb:kbd_backlight/multi_intensity", shell=True) + subprocess.run(f"echo \"{int(tmp[0])} {int(tmp[1])} {int(tmp[2])}\" > /sys/class/leds/:kbd_backlight/multi_intensity", shell=True) time.sleep(0.1) while True: