From cd928cae229fadbfe9c5432ede65abd40fa60f98 Mon Sep 17 00:00:00 2001 From: dylan araps Date: Tue, 5 Jan 2016 18:42:27 +1100 Subject: [PATCH] Update wallpaper support for windows --- fetch.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fetch.sh b/fetch.sh index 888dd74e..dc662a7e 100755 --- a/fetch.sh +++ b/fetch.sh @@ -622,10 +622,10 @@ getwallpaper () { ;; "Windows XP") - img="C:/Documents and Settings/${USER}/Local Settings/Application Data/Microsoft/Wallpaper1.bmp" + img="C:/Documents\ and\ Settings/${USER}/Local\ Settings/Application\ Data/Microsoft/Wallpaper1.bmp" ;; - "Windows"*) + "Windows 7"|"Windows 8"|"Windows 8.1"|"Windows 10") img="%AppData%/Microsoft/Windows/Themes/TranscodedWallpaper.jpg" ;;