I give up.
This commit is contained in:
parent
2ea0a60685
commit
0f398662b5
5
fetch.sh
5
fetch.sh
|
@ -622,11 +622,12 @@ getwallpaper () {
|
|||
"Windows")
|
||||
case "$distro" in
|
||||
"Windows XP")
|
||||
img="/cygdrive/c/Documents and Settings/${USER}/Local Settings/Application Data/Microsoft/Wallpaper1.bmp"
|
||||
# TODO: Fix the path.
|
||||
# img="/cygdrive/c/Documents and Settings/${USER}/Local Settings/Application Data/Microsoft/Wallpaper1.bmp"
|
||||
;;
|
||||
|
||||
"Windows"*)
|
||||
img="%AppData%/Microsoft/Windows/Themes/TranscodedWallpaper.jpg"
|
||||
img="$APPDATA/Microsoft/Windows/Themes/TranscodedWallpaper.jpg"
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
|
|
Reference in New Issue