parent
50a8bd285d
commit
34d55b8747
2
neofetch
2
neofetch
|
@ -1769,7 +1769,7 @@ get_de() {
|
||||||
((wm_run != 1)) && get_wm
|
((wm_run != 1)) && get_wm
|
||||||
|
|
||||||
# Temporary support for Regolith Linux
|
# Temporary support for Regolith Linux
|
||||||
if [[ $DESKTOP_SESSION == regolith ]]; then
|
if [[ $DESKTOP_SESSION == *regolith ]]; then
|
||||||
de=Regolith
|
de=Regolith
|
||||||
|
|
||||||
elif [[ $XDG_CURRENT_DESKTOP ]]; then
|
elif [[ $XDG_CURRENT_DESKTOP ]]; then
|
||||||
|
|
Reference in New Issue