mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-10-04 17:09:21 +00:00
Move check plasma >= 4 after de to KDE and revert some change
This commit is contained in:
9
neofetch
9
neofetch
@@ -1530,10 +1530,6 @@ get_de() {
|
|||||||
de="Trinity"
|
de="Trinity"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$KDE_SESSION_VERSION" -ge "4" ]; then
|
|
||||||
de="${de/KDE/Plasma}"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# When a window manager is started from a display manager
|
# When a window manager is started from a display manager
|
||||||
# the desktop variables are sometimes also set to the
|
# the desktop variables are sometimes also set to the
|
||||||
# window manager name. This checks to see if WM == DE
|
# window manager name. This checks to see if WM == DE
|
||||||
@@ -1548,7 +1544,7 @@ get_de() {
|
|||||||
|
|
||||||
# Format strings.
|
# Format strings.
|
||||||
case "$de" in
|
case "$de" in
|
||||||
"KDE_SESSION_VERSION"*) de="Plasma${de/* = }" ;;
|
"KDE_SESSION_VERSION"*) de="KDE${de/* = }" ;;
|
||||||
*"xfce4"*) de="Xfce4" ;;
|
*"xfce4"*) de="Xfce4" ;;
|
||||||
*"xfce5"*) de="Xfce5" ;;
|
*"xfce5"*) de="Xfce5" ;;
|
||||||
*"xfce"*) de="Xfce" ;;
|
*"xfce"*) de="Xfce" ;;
|
||||||
@@ -1564,6 +1560,9 @@ get_de() {
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
if [ "$KDE_SESSION_VERSION" -ge "4" ]; then
|
||||||
|
de="${de/KDE/Plasma}"
|
||||||
|
fi
|
||||||
# Log that the function was run.
|
# Log that the function was run.
|
||||||
de_run=1
|
de_run=1
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user