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.
 

10 lines
175 B

{-# LANGUAGE OverloadedStrings #-}
module Main where
import Wallpapers
main :: IO ()
main = do
wallpapers <- getWallPapers
loopBackgrounds wallpapers
print "starting"