Update neofetch

This commit is contained in:
Kid 2019-12-23 10:39:42 +08:00 committed by GitHub
parent 1b99df310d
commit ce39f1bdbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -3742,8 +3742,8 @@ END
;; ;;
"Plasma"*) "Plasma"*)
image="${XDG_CONFIG_HOME}/plasma-org.kde.plasma.desktop-appletsrc" image="${XDG_CONFIG_HOME}/plasmarc"
image="$(awk -F '=' '$1 == "Image" { print $2 }' "$image")" image="$(awk -F '=' '$1 == "usersWallpapers" { print $2 }' "$image")"
;; ;;
*) *)