diff --git a/BingWallpaperPs.svg b/BingWallpaperPs.svg new file mode 100644 index 0000000..253a5a5 --- /dev/null +++ b/BingWallpaperPs.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + diff --git a/setWallpaper/windows/BingWallpaperPs.png b/setWallpaper/windows/BingWallpaperPs.png new file mode 100644 index 0000000..42525fd Binary files /dev/null and b/setWallpaper/windows/BingWallpaperPs.png differ diff --git a/setWallpaper/windows/windowsNotification.ps1 b/setWallpaper/windows/windowsNotification.ps1 index 15c3e6f..c9c194c 100644 --- a/setWallpaper/windows/windowsNotification.ps1 +++ b/setWallpaper/windows/windowsNotification.ps1 @@ -17,4 +17,4 @@ $image = New-BTImage -Source "$FHD_filepath" -Align Center -Crop None $column = New-BTColumn -Weight 1080 -New-BurntToastNotification -HeroImage $image -Text "BingWallpaperPs", $message -AppLogo .\Chromium_1-6.png -Button $button -Column $column +New-BurntToastNotification -HeroImage $image -Text "BingWallpaperPs", $message -AppLogo .\BingWallpaperPs.png -Button $button -Column $column