I think you misunderstood, the backlight control is working (it is turning on and off) but the notification is not getting sent.
On Wednesday, November 6, 2024 at 11:45:48 AM UTC-8 Tycho Andersen wrote: > On Wed, Nov 06, 2024 at 03:00:11AM -0800, fork_me_maybe wrote: > > Sorry, My current key bindings look like this > > > > Key([], "F2", lazy.spawn("bash -c 'echo 0 > > > /sys/class/leds/asus::kbd_backlight/brightness && notify-send -u normal > -i > > /home/odd/.config/dunst/icons/keyboard-backlight-off.png " " ' "), > > Key([], "F3", lazy.spawn("bash -c 'echo 1 > > > /sys/class/leds/asus::kbd_backlight/brightness' && notify-send -u normal > -i > > /home/odd/.config/dunst/icons/keyboard-backlight-on.png " " ' "), > > My guess is that you don't have write perms to > /sys/class/leds/asus::kbd_backlight/brightness; we distribute some > udev rules > https://docs.qtile.org/en/stable/manual/install/index.html#udev-rules > if you want to try those, they should help. > > Tycho > -- You received this message because you are subscribed to the Google Groups "qtile-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to qtile-dev+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/qtile-dev/410af12b-f07a-4626-97cb-8223f80fb626n%40googlegroups.com.