go fmt
This commit is contained in:
@@ -12,11 +12,11 @@ var err error
|
||||
|
||||
func Wallpaper(img image.Image) error {
|
||||
/*
|
||||
cmd := exec.Command(
|
||||
"swaybg",
|
||||
"--image", "/dev/stdin",
|
||||
"--mode", "fill",
|
||||
)
|
||||
cmd := exec.Command(
|
||||
"swaybg",
|
||||
"--image", "/dev/stdin",
|
||||
"--mode", "fill",
|
||||
)
|
||||
*/
|
||||
cmd := exec.Command("imv", "/dev/stdin")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user