Created
July 30, 2019 18:55
-
-
Save agoramachina/e05b8d9a52f4e9be17997a797f8b4ba9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| case $1 in | |
| start) | |
| xwinwrap -ni -o 1.0 -fs -s -st -sp -b -nf -- $0 env WID &> /dev/null | |
| ;; | |
| env) | |
| XSCREENSAVER_WINDOW="$2" electricsheep &> /dev/null | |
| ;; | |
| esac |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment