From eeb53b0de2a00820ad570b197e6b7f4b2e57a25a Mon Sep 17 00:00:00 2001 From: dylan araps Date: Tue, 5 Jan 2016 18:30:52 +1100 Subject: [PATCH] Added support for Windows XP wallpapers --- fetch.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fetch.sh b/fetch.sh index d00707e2..888dd74e 100755 --- a/fetch.sh +++ b/fetch.sh @@ -621,6 +621,10 @@ getwallpaper () { img=${img%*\'} ;; + "Windows XP") + img="C:/Documents and Settings/${USER}/Local Settings/Application Data/Microsoft/Wallpaper1.bmp" + ;; + "Windows"*) img="%AppData%/Microsoft/Windows/Themes/TranscodedWallpaper.jpg" ;;