AutoWall icon indicating copy to clipboard operation
AutoWall copied to clipboard

[SUPPORT REQUEST] - Setting wallpaper programmatically?

Open katuwiran opened this issue 9 months ago • 1 comments

Issue Description

Is it possible to set a wallpaper via the terminal only, e.g. "AutoWall.exe --file some file"? If not, is there a way to achieve:

My use case is I want to have a light themed live wallpaper when during the morning, and a dark-themed one when during the night. I can do light scripting, so an interface is really all I need, so it doesn't need to be a hardcoded feature with a GUI.

I really appreciate the simplicity of AutoWall. It's veeeery lightweight, which is a plus for my laptop. Thanks for your work!

Windows version

Windows 11

Confirmation

  • [x] I performed a search of the support requests to avoid submitting a duplicate request
  • [x] I understand that not filling out this template correctly may lead to the request being closed

katuwiran avatar Feb 25 '25 01:02 katuwiran

Sure, Check this line https://github.com/SegoCode/AutoWall/blob/7166ba5e7b679c17c3b1c8ae28282d7017457ec7/src/AutoWall.au3#L51C2-L51C42

Just AutoWall.exe + the file path, but you also do the same thing with the core service weebp https://github.com/SegoCode/AutoWall/tree/master/src/weebp check the commands here https://github.com/SegoCode/AutoWall/blob/7166ba5e7b679c17c3b1c8ae28282d7017457ec7/src/AutoWall.au3#L175

SegoCode avatar Feb 25 '25 11:02 SegoCode