mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-10-04 01:00:17 +00:00
Update wallpaper support for windows
This commit is contained in:
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
Block a user