scripts

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

commit 68b05fc673b535632fb2d0d051d56bc13efdfd73
parent 3f0e5fd1b2ec62d0f579e48d695f141a903e6843
Author: clamiax <smoppy@gmail.com>
Date:   Thu, 27 Feb 2014 16:27:17 +0100

Change the feh flag.

Diffstat:
MREADME.md | 2+-
Mscrapthumb | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -18,7 +18,7 @@ Example usage in ~/.xinitrc: # Change wallpaper each 5 minutes while true do - feh --bg-fill $(~/sources/scripts/scrapthumb -rn1) + feh --bg-max $(~/sources/scripts/scrapthumb -rn1) sleep 5m done & diff --git a/scrapthumb b/scrapthumb @@ -1,6 +1,6 @@ #!/bin/bash # Scrap Tumblr to get random images -# Usage: feh --bg-scale $(scrapthumb -n1 -s http://desktopwallpaperproject.tumblr.com) +# Usage: feh --bg-max $(scrapthumb -n1 -s http://desktopwallpaperproject.tumblr.com) # TODO # - Handle network errors