mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 08:35:25 +00:00
added pekwm support
This commit is contained in:
parent
85a30fa8d2
commit
9f44cb54b4
2
inxi
2
inxi
|
@ -2587,6 +2587,8 @@ detect_desktop_environment()
|
||||||
desktop_environment='FVWM-Crystal'
|
desktop_environment='FVWM-Crystal'
|
||||||
elif [[ -n $( grep -is 'fvwm' <<< "$ps_aux" | grep -v 'grep' ) ]];then
|
elif [[ -n $( grep -is 'fvwm' <<< "$ps_aux" | grep -v 'grep' ) ]];then
|
||||||
desktop_environment='FVWM'
|
desktop_environment='FVWM'
|
||||||
|
elif [[ -n $( grep -is 'pekwm' <<< "$ps_aux" | grep -v 'grep' ) ]];then
|
||||||
|
desktop_environment='PEKWM'
|
||||||
elif [[ -n $( grep -is 'awesome' <<< "$ps_aux" | grep -v 'grep' ) ]];then
|
elif [[ -n $( grep -is 'awesome' <<< "$ps_aux" | grep -v 'grep' ) ]];then
|
||||||
desktop_environment='Awesome'
|
desktop_environment='Awesome'
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue