mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-10-03 16:51:29 +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")
|
||||
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"
|
||||
;;
|
||||
|
||||
|
Reference in New Issue
Block a user