Simple Haskell Daemon for Setting Wallpapers
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Wesley Kerfoot c07b653763 add cabal file 5 years ago
app Initial commit 5 years ago
src Initial commit 5 years ago
test Initial commit 5 years ago
.gitignore update .gitignore 5 years ago
ChangeLog.md Initial commit 5 years ago
LICENSE Initial commit 5 years ago
README.md Update README.md 5 years ago
Setup.hs Initial commit 5 years ago
package.yaml Initial commit 5 years ago
papering.cabal add cabal file 5 years ago
stack.yaml Initial commit 5 years ago

README.md

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