mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 08:35:25 +00:00
fixed pekwm to be lower case
This commit is contained in:
parent
9f44cb54b4
commit
acd5f1d278
2
inxi
2
inxi
|
@ -2588,7 +2588,7 @@ detect_desktop_environment()
|
||||||
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
|
elif [[ -n $( grep -is 'pekwm' <<< "$ps_aux" | grep -v 'grep' ) ]];then
|
||||||
desktop_environment='PEKWM'
|
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