diff --git a/config/fetch_script_functions.sh b/config/fetch_script_functions.sh index 447148d..f8a00c9 100644 --- a/config/fetch_script_functions.sh +++ b/config/fetch_script_functions.sh @@ -65,6 +65,8 @@ get_de_wm() { echo "LXDE" elif ps -e | grep "sway" &> /dev/null ; then echo "Sway $(sway --version | awk '{print $2}')" + elif ps -e | grep "bspwm" &> /dev/null ; then + echo "Bspwm $(bspwm -v)" elif ps -e | grep "icewm-session" &> /dev/null ; then echo "IceWM $(icewm --version | awk '{print $2}' | sed 's/,//g')" elif [ ! -z $DESKTOP_SESSION ]; then