From 0f398662b59f2a285cf1ea53a421a29543aea68f Mon Sep 17 00:00:00 2001 From: dylan araps Date: Tue, 5 Jan 2016 19:13:57 +1100 Subject: [PATCH] I give up. --- fetch.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/fetch.sh b/fetch.sh index 63d1adce..83245f9e 100755 --- a/fetch.sh +++ b/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 ;;