[PR] dylanaraps/neofetch#2411 from ACertainPersons - Fixed Kubuntu recognized as Ubuntu
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2411 Thanks to @ACertainPersons Co-authored-by: ACertainPersons <127463096+ACertainPersons@users.noreply.github.com>
This commit is contained in:
commit
0f62374205
1 changed files with 1 additions and 1 deletions
2
neofetch
2
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} ;;
|
||||
|
|
Loading…
Reference in a new issue