Fix display of $XDG_SESSION_TYPE
- Fixed display $XDG_SESSION_TYPE
This commit is contained in:
parent
ccd5d9f526
commit
f9c7c570a1
1 changed files with 2 additions and 2 deletions
4
neofetch
4
neofetch
|
@ -1883,8 +1883,8 @@ get_de() {
|
|||
# TODO:
|
||||
# - New config option + flag: --de_display_server on/off ?
|
||||
# - Add display of X11, Arcan and anything else relevant.
|
||||
[[ $de && $WAYLAND_DISPLAY ]] &&
|
||||
de+=" (Wayland)"
|
||||
[[ $de ]] &&
|
||||
de+=" (${XDG_SESSION_TYPE})"
|
||||
|
||||
de_run=1
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue