changes
This commit is contained in:
parent
22a02d75a5
commit
9a6e9ee8a9
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
wallhaven_dl
|
2
main.go
2
main.go
@ -114,7 +114,7 @@ func setWallPaperAndRestartStuff(result wallhaven.Wallpaper) error {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
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()
|
Output()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
|
BIN
wallhaven_dl
BIN
wallhaven_dl
Binary file not shown.
Loading…
Reference in New Issue
Block a user