Skip to content

Commit 0f62374

Browse files
[PR] dylanaraps/neofetch#2411 from ACertainPersons - Fixed Kubuntu recognized as Ubuntu
Upstream PR: dylanaraps/neofetch#2411 Thanks to @ACertainPersons Co-authored-by: ACertainPersons <[email protected]>
2 parents 05bdef9 + 9530015 commit 0f62374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neofetch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1369,7 +1369,7 @@ get_distro() {
13691369
if [[ $distro == "Ubuntu"* ]]; then
13701370
case $XDG_CONFIG_DIRS in
13711371
*"studio"*) distro=${distro/Ubuntu/Ubuntu Studio} ;;
1372-
*"plasma"*) distro=${distro/Ubuntu/Kubuntu} ;;
1372+
*"kde"*) distro=${distro/Ubuntu/Kubuntu} ;;
13731373
*"mate"*) distro=${distro/Ubuntu/Ubuntu MATE} ;;
13741374
*"xubuntu"*) distro=${distro/Ubuntu/Xubuntu} ;;
13751375
*"Lubuntu"*) distro=${distro/Ubuntu/Lubuntu} ;;

0 commit comments

Comments
 (0)