diff --git a/bin/mabox-labwc-menu b/bin/mabox-labwc-menu
new file mode 100755
index 0000000..9c4b846
--- /dev/null
+++ b/bin/mabox-labwc-menu
@@ -0,0 +1,21 @@
+#!/bin/bash
+
+CFG_DIR=${LABWC_CONFIG_DIR:=~/.config/labwc}
+
+# static top menu
+cat ${CFG_DIR}/MENU_TOP.txt > ${CFG_DIR}/menu.xml
+
+if [ "${1}" == "-p" ];then
+
+echo "" >> ${CFG_DIR}/menu.xml
+echo "
" >> ${CFG_DIR}/menu.xml
+
+else
+echo "" >> ${CFG_DIR}/menu.xml
+labwc-menu-generator -b -i ${CFG_DIR}/MENU_IGNORE.txt -t foot >> ${CFG_DIR}/menu.xml
+fi
+# static bottom menu
+cat ${CFG_DIR}/MENU_BOTTOM.txt >> ${CFG_DIR}/menu.xml
+
+# reload labwc config
+LABWC_PID=$(pgrep -x labwc) labwc -r
diff --git a/config/labwc/MENU_BOTTOM.txt b/config/labwc/MENU_BOTTOM.txt
new file mode 100644
index 0000000..e5637e6
--- /dev/null
+++ b/config/labwc/MENU_BOTTOM.txt
@@ -0,0 +1,35 @@
+
+ -
+
+
+ -
+
+
+ -
+
+
+
+ -
+
+
+ -
+
+
+
+
+
+
+
diff --git a/config/labwc/MENU_IGNORE.txt b/config/labwc/MENU_IGNORE.txt
new file mode 100644
index 0000000..6031b36
--- /dev/null
+++ b/config/labwc/MENU_IGNORE.txt
@@ -0,0 +1,4 @@
+mcc.desktop
+obconf.desktop
+nitrogen.desktop
+picom-conf.desktop
diff --git a/config/labwc/MENU_TOP.txt b/config/labwc/MENU_TOP.txt
new file mode 100644
index 0000000..ecddd3b
--- /dev/null
+++ b/config/labwc/MENU_TOP.txt
@@ -0,0 +1,19 @@
+
+
+
+