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 () +``` +