mirror of
https://github.com/dylanaraps/neofetch.git
synced 2026-05-30 03:26:24 +00:00
Windows XP path fix
This commit is contained in:
2
fetch.sh
2
fetch.sh
@@ -622,7 +622,7 @@ getwallpaper () {
|
|||||||
"Windows")
|
"Windows")
|
||||||
case "$distro" in
|
case "$distro" in
|
||||||
"Windows XP")
|
"Windows XP")
|
||||||
img="C:\\Documents and Settings\\${USER}\\Local Settings\\Application Data\\Microsoft\\Wallpaper1.bmp"
|
img="/cygdrive/c/Documents and Settings/${USER}/Local Settings/Application Data/Microsoft/Wallpaper1.bmp"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"Windows"*)
|
"Windows"*)
|
||||||
|
|||||||
Reference in New Issue
Block a user