From d133c9b64cc881fa227e734b328ff1885a8b0040 Mon Sep 17 00:00:00 2001 From: Wesley Kerfoot Date: Sun, 10 Mar 2019 22:21:24 -0400 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 84e017a..b34381f 100644 --- a/README.md +++ b/README.md @@ -1 +1,13 @@ -# papering +## Usage + +* Install `feh` +* Put your wallpapers under `$HOME/wallpapers` +* Run it like this (suggested places are in your xmonad.hs or taffybar.hs) + +``` +wallpaperLoop = do + papers <- getWallPapers + loopBackgrounds papers + return () +``` +