mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-10-04 17:09:21 +00:00
I give up.
This commit is contained in:
5
fetch.sh
5
fetch.sh
@@ -622,11 +622,12 @@ getwallpaper () {
|
|||||||
"Windows")
|
"Windows")
|
||||||
case "$distro" in
|
case "$distro" in
|
||||||
"Windows XP")
|
"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"*)
|
"Windows"*)
|
||||||
img="%AppData%/Microsoft/Windows/Themes/TranscodedWallpaper.jpg"
|
img="$APPDATA/Microsoft/Windows/Themes/TranscodedWallpaper.jpg"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user