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" ;;