Added support for Windows XP wallpapers
This commit is contained in:
parent
f6a30f827c
commit
eeb53b0de2
4
fetch.sh
4
fetch.sh
|
@ -621,6 +621,10 @@ getwallpaper () {
|
||||||
img=${img%*\'}
|
img=${img%*\'}
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
"Windows XP")
|
||||||
|
img="C:/Documents and Settings/${USER}/Local Settings/Application Data/Microsoft/Wallpaper1.bmp"
|
||||||
|
;;
|
||||||
|
|
||||||
"Windows"*)
|
"Windows"*)
|
||||||
img="%AppData%/Microsoft/Windows/Themes/TranscodedWallpaper.jpg"
|
img="%AppData%/Microsoft/Windows/Themes/TranscodedWallpaper.jpg"
|
||||||
;;
|
;;
|
||||||
|
|
Reference in New Issue