Skip to content

Commit

Permalink
[PR] dylanaraps#2411 from ACertainPersons - Fixed Kubuntu recognized …
Browse files Browse the repository at this point in the history
…as Ubuntu

Upstream PR: dylanaraps#2411
Thanks to @ACertainPersons

Co-authored-by: ACertainPersons <127463096+ACertainPersons@users.noreply.github.com>
  • Loading branch information
hykilpikonna and ACertainPersons committed Nov 11, 2023
2 parents 05bdef9 + 9530015 commit 0f62374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neofetch
Original file line number Diff line number Diff line change
Expand Up @@ -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} ;;
Expand Down

0 comments on commit 0f62374

Please sign in to comment.