Another copy of my dotfiles. Because I don't completely trust GitHub.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
201 B

4 years ago
  1. #! /bin/sh
  2. icon=󰘲
  3. bfg=^b#292541^
  4. tfg=^c#cc241d^
  5. reset=^d^
  6. cmd=$(cat /sys/class/leds/input3::capslock/brightness)
  7. if [[ "$cmd" == "1" ]]; then
  8. echo "$tfg$tbg $icon $reset"
  9. else
  10. echo ""
  11. fi