Skip to content

Commit

Permalink
Readded Plasma for Backwards Compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
ACertainPersons committed Nov 30, 2023
1 parent 5072baf commit 8ee497a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion neofetch
Original file line number Diff line number Diff line change
Expand Up @@ -1129,6 +1129,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} ;;
Expand Down Expand Up @@ -5183,7 +5184,7 @@ ASCII:
Artix, CentOS, Cleanjaro, ElementaryOS, GUIX, Hyperbola,
Manjaro, MXLinux, NetBSD, Parabola, POP_OS, PureOS,
Slackware, SunOS, LinuxLite, OpenSUSE, Raspbian,
postmarketOS, linux, and Void have a smaller logo variant.
postmarketOS, and Void have a smaller logo variant.
NOTE: Use '{distro name}_small' to use the small variants.
Expand Down

0 comments on commit 8ee497a

Please sign in to comment.