From 47fc508d54d56422e547b3fb949797610aff0eda Mon Sep 17 00:00:00 2001 From: Joachim Date: Sun, 4 May 2025 15:54:32 +0200 Subject: [PATCH] Actualiser rgb.sh --- rgb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: