Browse Source

Update neofetch

Kid 5 years ago
parent
commit
ce39f1bdbd
1 changed files with 2 additions and 2 deletions
  1. 2 2
      neofetch

+ 2 - 2
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")"
                 ;;
 
                 *)