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.

9 lines
137 B

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
  1. #!/bin/bash
  2. stats=$(<~/.cache/screensaver)
  3. if [ "$stats" = "off" ]; then
  4. echo "^c#a48ead^零 ^d^"
  5. else
  6. echo "^c#a48ead^鈴 ^d^"
  7. fi