Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
msr8 authored Oct 5, 2022
1 parent 3e68c18 commit 8145384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Shell Scripts/powershell/wallpaper.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $fn = Get-Random -Minimum 1 -Maximum 6
# Downloads a random cat wallpaper from the Assets folder wallpaper
Invoke-WebRequest -Uri https://raw.githubusercontent.com/msr8/attiny85/main/Assets/cat$fn.jpg -OutFile $env:TEMP\15791817.jpg
# Changes it
[wpchange]::SetWallpaper("$env:TEMP\test.jpg")
[wpchange]::SetWallpaper("$env:TEMP\15791817.jpg")
# Deletes it
rm $env:TEMP\15791817.jpg

Expand Down

0 comments on commit 8145384

Please sign in to comment.