cuth / unsplash-wallpaper

Use an image from unsplash.com as your background image from a simple command.
MIT License
266 stars 24 forks source link

Automate random on Windows? #4

Closed ghost closed 8 years ago

ghost commented 8 years ago

How to?

cuth commented 8 years ago

What terminal do you use on Windows? The regular command prompt, Powershell, Git Bash, Cygwin...?

ghost commented 8 years ago

Makes it differences? I use Windows cmd.exe...

cuth commented 8 years ago

Just if you wanted to create an alias.

Run this command to save your preferences:

unsplash-wallpaper --save-config --width 1600 --height 1200

Then run this to get a random wallpaper

unsplash-wallpaper random
ghost commented 8 years ago

Oh, sorry...

The real question is:

I need this unsplash-wallpaper random every hour on my Windows Desktop, but without Windows Command Prompt on Desktop every time.

How to task it as Windows Services?

cuth commented 8 years ago

Ah! Sorry, I don't know. There should be other packages that can run commands at certain times. This project isn't concerned with that.