Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulSebastian committed Oct 27, 2017
2 parents 2f4bd86 + d8867db commit 869d7b2
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# 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.


Expand All @@ -17,7 +16,7 @@ The app takes arguments in order to do anything. Currently you can use **copy**,

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
C:\Projects\WindowsSpotlightWallpaper>.\WindowsSpotlightWallpaper.exe help
```

#### Create a windows shortcut to the executable:
Expand All @@ -26,7 +25,7 @@ Create a simple shortcut to the executable using the arguments needed and run it

_Example for a shortcute using arguments:_

![Windows shortcut example](https://github.com/RaulSebastian/WinSpotlightWallpaperSetter/blob/master/documentation/assets/shortcut.png)
![Windows shortcut example](https://github.com/RaulSebastian/WindowsSpotlightWallpaper/blob/master/documentation/assets/shortcut.png)


#### Schedule using the windows task scheduler
Expand All @@ -35,7 +34,7 @@ Open the windows scheduler and a basic task with the action to start a program.

_One possible trigger that should cover setting the wallpaper whenever the spotlight changes:_

![Windows shortcut example](https://github.com/RaulSebastian/WinSpotlightWallpaperSetter/blob/master/documentation/assets/winSchedulerTrigger.png)
![Windows shortcut example](https://github.com/RaulSebastian/WindowsSpotlightWallpaper/blob/master/documentation/assets/winSchedulerTrigger.png)

You can also use reocuring schedules or combine different triggers.

Expand All @@ -44,7 +43,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.1.0) latest version for Windows 10.
You can [download](https://github.com/RaulSebastian/WindowsSpotlightWallpaper/releases/tag/v1.1.0) latest version for Windows 10.


## Build from source
Expand All @@ -54,7 +53,7 @@ The current app can bei either built opening the solution in visual studio or us

_Example for a command line using msbuild:_
```
C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild "C:\Projects\WinSpotlightWallpaperSetter\source\WinSpotlightWallpaperSetter\WinSpotlightWallpaperSetter.csproj" /p:Configuration=Release;PackageAsSingleFile=False; outdir=C:\Projects\WinSpotlightWallpaperSetter\Release\
C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild "C:\Projects\WindowsSpotlightWallpaper\source\WindowsSpotlightWallpaper\WindowsSpotlightWallpaper.csproj" /p:Configuration=Release;PackageAsSingleFile=False; outdir=C:\Projects\WindowsSpotlightWallpaper\Release\
```

## Contribute
Expand All @@ -64,7 +63,7 @@ Feel free to clone, send pull requests or fork this repository.

## License

[Apache Version 2.0](https://github.com/RaulSebastian/WinSpotlightWallpaperSetter/blob/master/LICENSE)
[Apache Version 2.0](https://github.com/RaulSebastian/WindowsSpotlightWallpaper/blob/master/LICENSE)


## Credits
Expand Down

0 comments on commit 869d7b2

Please sign in to comment.