Update wallpaper support for windows
This commit is contained in:
parent
eeb53b0de2
commit
cd928cae22
4
fetch.sh
4
fetch.sh
|
@ -622,10 +622,10 @@ getwallpaper () {
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"Windows XP")
|
"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"
|
img="%AppData%/Microsoft/Windows/Themes/TranscodedWallpaper.jpg"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|
Reference in New Issue