Skip to content

Instantly share code, notes, and snippets.

@Tedezed
Created January 5, 2020 22:23
Show Gist options
  • Save Tedezed/1dd36bd587c9f26111bafa696df6d529 to your computer and use it in GitHub Desktop.
Save Tedezed/1dd36bd587c9f26111bafa696df6d529 to your computer and use it in GitHub Desktop.
CMSTROM LED ON
while true; do echo 1 > /sys/class/leds/$(ls /sys/class/leds/ | grep scrolllock)/brightness; sleep 0.1; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment