wallpaper
wallpaper copied to clipboard
A cross-platform Golang library for getting and setting desktop wallpapers
The original commnad you put was "-bg-fill" but feh uses "--bg-fill". Yeah so small but it does the difference XD
//file, err := os.Create(filepath.Join(cacheDir, "wallpaper")) tsNano := strconv.FormatInt(time.Now().UnixNano()/1e6, 10) file, err := os.Create(filepath.Join(cacheDir, "wallpaper"+tsNano)) If the wallpaper file is in use on MacOS, it cannot be overwritten again; Add the...
Hi, would it be possible to add a feature to enable setting the wallpaper only on one screen? So I can set separate wallpapers across different screens.
The wallpaper library works fine on windows, but fails to set wallpaper on Fedora LXDE as well as Fedora GNOME. I get a black screen as wallpaper on LXDE and...
Add setting screensaver lock wallpaper for Gnome. This makes the lock screen show the correct wallpaper as well.
Try these 1. ```go wallpaper.SetFromFile("C:\\some\\image.jpg") ``` 2. Then delete that file 3. ```go wallpaper.Get() // gives the exact same path i.e. C:\some\image.jpg ``` I know this is a `systemParametersInfo` implementation...
I am unable to make the program use a PNG image as a wallpaper in windows 7
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20190215142949-d0b11bdaac8a to 0.1.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Closes #22 I believe. Tested on NixOS 23.05 with Gnome 43.2 Adds logic to set both the default/bright mode background and dark mode background.
I can work on this.