mirror of
https://github.com/KittyKatt/screenFetch.git
synced 2026-04-24 03:00:16 -04:00
Totally forgot to add back in the 'DE Not Present' conditional. My bad.
This commit is contained in:
@@ -47,8 +47,8 @@ display_type="ASCII"
|
||||
|
||||
# WM & DE process names
|
||||
# Removed WM's: compiz
|
||||
wmnames="fluxbox openbox blackbox xfwm4 metacity kwin icewm pekwm fvwm dwm awesome wmaker stumpwm musca i3 xmonad ratpoison scrotwm spectrwm wmfs wmii beryl subtle e16 enlightenment sawfish emerald monsterwm dminiwm compiz Finder herbstluftwm"
|
||||
denames="gnome-session xfce-mcs-manage xfce4-session xfconfd ksmserver lxsession gnome-settings-daemon mate-session mate-settings-daemon Finder"
|
||||
wmnames=( fluxbox openbox blackbox xfwm4 metacity kwin icewm pekwm fvwm dwm awesome wmaker stumpwm musca i3 xmonad ratpoison scrotwm spectrwm wmfs wmii beryl subtle e16 enlightenment sawfish emerald monsterwm dminiwm compiz Finder herbstluftwm )
|
||||
denames=( gnome-session xfce-mcs-manage xfce4-session xfconfd ksmserver lxsession gnome-settings-daemon mate-session mate-settings-daemon Finder )
|
||||
|
||||
# Screenshot Settings
|
||||
# This setting lets the script know if you want to take a screenshot or not. 1=Yes 0=No
|
||||
@@ -2851,9 +2851,9 @@ infoDisplay () {
|
||||
if [[ -n "$DISPLAY" ]]; then
|
||||
if [[ "${display[@]}" =~ "res" ]]; then myres=$(echo -e "$labelcolor Resolution:${textcolor} $xResolution"); out_array=( "${out_array[@]}" "$myres" ); ((display_index++)); fi
|
||||
if [[ "${display[@]}" =~ "de" ]]; then
|
||||
#if [[ "${DE}" != "Not Present" ]]; then
|
||||
if [[ "${DE}" != "Not Present" ]]; then
|
||||
myde=$(echo -e "$labelcolor DE:$textcolor $DE"); out_array=( "${out_array[@]}" "$myde" ); ((display_index++))
|
||||
#fi
|
||||
fi
|
||||
fi
|
||||
if [[ "${display[@]}" =~ "wm" ]]; then mywm=$(echo -e "$labelcolor WM:$textcolor $WM"); out_array=( "${out_array[@]}" "$mywm" ); ((display_index++)); fi
|
||||
if [[ "${display[@]}" =~ "wmtheme" ]]; then
|
||||
|
||||
Reference in New Issue
Block a user