[O] Keep original plasma for backward compatibility
https://github.com/dylanaraps/neofetch/pull/2411
This commit is contained in:
parent
0f62374205
commit
a1e42b4f89
1 changed files with 1 additions and 0 deletions
1
neofetch
1
neofetch
|
@ -1370,6 +1370,7 @@ get_distro() {
|
|||
case $XDG_CONFIG_DIRS in
|
||||
*"studio"*) distro=${distro/Ubuntu/Ubuntu Studio} ;;
|
||||
*"kde"*) distro=${distro/Ubuntu/Kubuntu} ;;
|
||||
*"plasma"*) 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