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

15 lines
353 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 beach wallpaper
2021-12-12 12:17:30 +01:00
.DESCRIPTION
2021-12-13 10:03:37 +01:00
This script downloads a random beach 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-beach-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 "beach"
2021-12-12 12:17:30 +01:00
exit 0 # success