/wallpaper

Cross platform Go library to set the wallpaper

Primary LanguageGoMIT LicenseMIT

wallpaper

travis build status Appveyor Build status

Cross platform Go library to set the wallpaper

package main

import (
	"github.com/DDRBoxman/wallpaper"
)

func main() {
	wallpaper.Set("/Users/User/Pictures/test.png")
}