PowerShell/Scripts/change-to-city-wallpaper.ps1

15 lines
349 B
PowerShell
Raw Normal View History

2021-12-12 12:17:30 +01:00
<#
.SYNOPSIS
2021-12-13 10:03:37 +01:00
Changes to a city wallpaper
2021-12-12 12:17:30 +01:00
.DESCRIPTION
2021-12-13 10:03:37 +01:00
This script downloads a random city photo and sets it as desktop background.
2021-12-12 12:17:30 +01:00
.EXAMPLE
2021-12-13 10:03:37 +01:00
PS> ./change-to-city-wallpaper
2021-12-12 12:17:30 +01:00
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK
https://github.com/fleschutz/PowerShell
#>
2021-12-13 10:03:37 +01:00
& "$PSScriptRoot/change-wallpaper.ps1" -Category "city"
2021-12-12 12:17:30 +01:00
exit 0 # success