diff --git a/neofetch b/neofetch index c06a8a2f..c663e76a 100755 --- a/neofetch +++ b/neofetch @@ -1369,7 +1369,7 @@ get_distro() { if [[ $distro == "Ubuntu"* ]]; then case $XDG_CONFIG_DIRS in *"studio"*) distro=${distro/Ubuntu/Ubuntu Studio} ;; - *"plasma"*) distro=${distro/Ubuntu/Kubuntu} ;; + *"kde"*) distro=${distro/Ubuntu/Kubuntu} ;; *"mate"*) distro=${distro/Ubuntu/Ubuntu MATE} ;; *"xubuntu"*) distro=${distro/Ubuntu/Xubuntu} ;; *"Lubuntu"*) distro=${distro/Ubuntu/Lubuntu} ;;