diff options
author | Kevin Chabowski <kevin@kch42.de> | 2014-01-14 17:08:15 +0100 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2014-01-14 17:08:15 +0100 |
commit | 482aaedcdd30bd71d0707807553c9eb83edb922a (patch) | |
tree | 470da2fce208298037826c50850282005ce1e5c6 /bin | |
parent | b3eaf4d3e1e3031054fadbc47eb749f47f901e83 (diff) | |
download | dotfiles-482aaedcdd30bd71d0707807553c9eb83edb922a.tar.gz dotfiles-482aaedcdd30bd71d0707807553c9eb83edb922a.tar.bz2 dotfiles-482aaedcdd30bd71d0707807553c9eb83edb922a.zip |
Random screensaver
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/myxlock | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/bin/myxlock b/bin/myxlock index f531e66..8eae84d 100755 --- a/bin/myxlock +++ b/bin/myxlock @@ -1,3 +1,8 @@ #!/bin/sh -xlock -mode blank +xlock -font fixed -planfont fixed -fontset fixed -mode $(echo 'ant +fadeplot +maze +rain +space +turtle' | shuf | sed 1q) |