Explorar el Código

Update neofetch

Kid hace 5 años
padre
commit
ce39f1bdbd
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      neofetch

+ 2 - 2
neofetch

@@ -3742,8 +3742,8 @@ END
                 ;;
                 ;;
 
 
                 "Plasma"*)
                 "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")"
                 ;;
                 ;;
 
 
                 *)
                 *)