From 101c8edbdc13d453f4d3038283f594edb6051690 Mon Sep 17 00:00:00 2001 From: Raul Sebastian Date: Fri, 27 Oct 2017 09:08:26 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0926880..0902e30 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@ If you enjoy the windows spotlight images and would like to have a copy of the p ## How To Use You can either run the application manually or schedule it, for example using the windows task scheduler. -The app takes arguments in order to do anything. Currently you can use **copy**, **set** and **help**. +The app takes arguments in order to do anything. Currently you can use **copy**, **set**, **hide** and **help**. -For a complete list of available options, refer to the wiki or run the app with the argument help: +For a complete list of available options, refer to the wiki or run the app with using **help**: ```PowerShell C:\Projects\WinSpotlightWallpaperSetter>.\WinSpotlightWallpaperSetter.exe help ``` @@ -31,7 +31,7 @@ _Example for a shortcute using arguments:_ #### Schedule using the windows task scheduler -Open the windows scheduler and a basic task with the action to start a program. Dont forget to add the arguments. +Open the windows scheduler and a basic task with the action to start a program. Dont forget to add the arguments. Use **hide** as one of the arguments to run silently and not bother you every time it runs. _One possible trigger that should cover setting the wallpaper whenever the spotlight changes:_ @@ -44,7 +44,7 @@ Another possible usage would be to schedule the app for **copy** only and use a ## Download -You can [download](https://github.com/RaulSebastian/WinSpotlightWallpaperSetter/releases/tag/v1.0.0) latest version for Windows 10. +You can [download](https://github.com/RaulSebastian/WinSpotlightWallpaperSetter/releases/tag/v1.1.0) latest version for Windows 10. ## Build from source From fff0a819a758b75b535eb2d678d2a5b5c1157e2b Mon Sep 17 00:00:00 2001 From: Raul Sebastian Date: Fri, 27 Oct 2017 09:09:32 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0902e30..e986d72 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ _One possible trigger that should cover setting the wallpaper whenever the spotl ![Windows shortcut example](https://github.com/RaulSebastian/WinSpotlightWallpaperSetter/blob/master/documentation/assets/winSchedulerTrigger.png) -You can also use reocuring schedules or combine different trigger. +You can also use reocuring schedules or combine different triggers. Another possible usage would be to schedule the app for **copy** only and use a slideshow as windows background, referencing the copy outputfolder ```C:\Users\[current]\Pictures\Spotlight```. Right now, there is no option to change the output folder, yet it is a planed feature. From fc110bb2a68178ed9186e55ce3bb60825ff80a62 Mon Sep 17 00:00:00 2001 From: Raul Sebastian Date: Fri, 27 Oct 2017 10:43:15 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e986d72..e1a437e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Windows Spotlight Wallpaper Setter +# Windows Spotlight Wallpaper If you enjoy the windows spotlight images and would like to have a copy of the pictures locally or have the same windows background as the dynamic spotlight lockscreen, this simple tool will help you. @@ -59,7 +59,7 @@ C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild "C:\Projects\WinSpotlightW ## Contribute -Feel free to send pull requests or fork this. +Feel free to clone, send pull requests or fork this repository. ## License