Added support for Windows XP wallpapers
This commit is contained in:
parent
f6a30f827c
commit
eeb53b0de2
1 changed files with 4 additions and 0 deletions
4
fetch.sh
4
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"
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue