scripts

shell scripts
git clone git://git.bitsmanent.org/scripts
Log | Files | Refs | README

commit 1101c73b5d17324bb19f9bd0573e0e4ab13b74f7
parent 35741ba9ec575bad5445732380248f9c3a08552d
Author: clamiax <smoppy@gmail.com>
Date:   Sun,  5 Jan 2014 23:24:45 +0000

Improve the markdown, a bit.

Diffstat:
MREADME.md | 12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md @@ -12,14 +12,14 @@ Draw useful informations to the dwm bar. scrapthumb ---------- -Get random images from Tumblr. +Get random images from Tumblr. Example usage in ~/.xinitrc: -while true -do - feh --bg-scale $(~/sources/scripts/scrapthumb -n1 -s http://desktopwallpaperproject.tumblr.com) - sleep 1m -done & + while true + do + feh --bg-scale $(~/sources/scripts/scrapthumb -n1 -s http://desktopwallpaperproject.tumblr.com) + sleep 1m + done & spawncgi --------