From ce39f1bdbd4c75c1afa60c05e0a8b354ab66678c Mon Sep 17 00:00:00 2001 From: Kid Date: Mon, 23 Dec 2019 10:39:42 +0800 Subject: [PATCH] Update neofetch --- neofetch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/neofetch b/neofetch index f660f299..077fac5e 100755 --- a/neofetch +++ b/neofetch @@ -3742,8 +3742,8 @@ END ;; "Plasma"*) - image="${XDG_CONFIG_HOME}/plasma-org.kde.plasma.desktop-appletsrc" - image="$(awk -F '=' '$1 == "Image" { print $2 }' "$image")" + image="${XDG_CONFIG_HOME}/plasmarc" + image="$(awk -F '=' '$1 == "usersWallpapers" { print $2 }' "$image")" ;; *)