Fix display of x11 (dylanaraps#2232)
This commit is contained in:
parent
b650fb0572
commit
b8ee3d459a
2 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
|||
1.0.3
|
||||
Add VanillaOS (dylanaraps#2222)
|
||||
Update Univalent' logo (own)
|
||||
Fix display of $XDG_SESSION_TYPE (dylanaraps#2232)
|
||||
|
||||
1.0.2
|
||||
Add Droidian (dylanaraps#2201)
|
||||
|
|
4
neofetch
4
neofetch
|
@ -2165,8 +2165,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…
Add table
Reference in a new issue