de: Temporary support for Regolith.
This commit is contained in:
parent
997b7dd855
commit
eabdbcdb2b
6
neofetch
6
neofetch
|
@ -1629,7 +1629,11 @@ get_de() {
|
|||
*)
|
||||
((wm_run != 1)) && get_wm
|
||||
|
||||
if [[ $XDG_CURRENT_DESKTOP ]]; then
|
||||
# Temporary!!
|
||||
if [[ $DESKTOP_SESSION == regolith ]]; then
|
||||
de=Regolith
|
||||
|
||||
elif [[ $XDG_CURRENT_DESKTOP ]]; then
|
||||
de=${XDG_CURRENT_DESKTOP/X\-}
|
||||
de=${de/Budgie:GNOME/Budgie}
|
||||
de=${de/:Unity7:ubuntu}
|
||||
|
|
Reference in New Issue