t1m0thyj / WinDynamicDesktop

Port of macOS Mojave Dynamic Desktop feature to Windows

Home Page:https://windd.info

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add command line support

xmha97 opened this issue · comments

Please add command line support, for example:

  • WinDynamicDesktop.exe --refresh -> Refresh wallpaper
  • WinDynamicDesktop.exe --theme=auto -> Set auto theme
  • WinDynamicDesktop.exe --theme=light -> Set light theme
  • WinDynamicDesktop.exe --theme=dark -> Set dark theme

Added support for the following commands in 73bf93a:

  • WinDynamicDesktop.exe /refresh
  • WinDynamicDesktop.exe /theme:auto
  • WinDynamicDesktop.exe /theme:light
  • WinDynamicDesktop.exe /theme:dark

You can download a test build from GitHub Actions here. Are there any other commands that would be helpful to have?

Works beautifully! Thank you!