From 1fc9a9ea79327a4066d97fb7097f6f8d6a6839cd Mon Sep 17 00:00:00 2001 From: CapCreeperGR Date: Sun, 12 May 2024 16:58:32 +0300 Subject: [PATCH] Added Bspwm support --- config/fetch_script_functions.sh | 2 ++ 1 file changed, 2 insertions(+) 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