all repos

dotfiles @ 093639a28a808fd789b149bb1a1f8c322e835b17

i use rach linux btw

dotfiles/bin/kbhl (view raw)

Smirnov Alexander Smirnov Alexander
ss2316544@gmail.com
Add starship, update vscode, 5 years ago
1
#!/bin/sh
2
case "$1" in
3
    ""|"on"|"-on"|"--on"|1) xset led on ;;
4
    "of"|"off"|"-off"|"--off"|0) xset led off ;;
5
esac