This commit is contained in:
abs3nt 2023-10-19 12:26:44 -07:00
parent 22a02d75a5
commit 9a6e9ee8a9
Signed by: abs3nt
GPG Key ID: A7BD96A8BAB04C09
3 changed files with 2 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
wallhaven_dl

View File

@ -114,7 +114,7 @@ func setWallPaperAndRestartStuff(result wallhaven.Wallpaper) error {
if err != nil {
return err
}
_, err = exec.Command("swww", "img", path.Join(homedir, "/Pictures/Wallpapers", path.Base(result.Path)), "--transition-step=20", "--transition-fps=60").
_, err = exec.Command("swww", "img", path.Join(homedir, "/Pictures/Wallpapers", path.Base(result.Path))).
Output()
if err != nil {
return err

Binary file not shown.