mabox labwc menu generators
This commit is contained in:
parent
4d532dced2
commit
9ae81f61ce
@ -8,7 +8,7 @@ cat ${CFG_DIR}/MENU_TOP.txt > ${CFG_DIR}/menu.xml
|
||||
if [ "${1}" == "-p" ];then
|
||||
|
||||
echo "<separator />" >> ${CFG_DIR}/menu.xml
|
||||
echo "<menu id=\"applications\" label=\"Applications\" execute=\"labwc-menu-generator -p\" />" >> ${CFG_DIR}/menu.xml
|
||||
echo "<menu id=\"applications\" label=\"Applications\" execute=\"mabox-labwc-menu-pipe\" />" >> ${CFG_DIR}/menu.xml
|
||||
|
||||
else
|
||||
echo "<separator label=\"Applications\"/>" >> ${CFG_DIR}/menu.xml
|
||||
|
5
bin/mabox-labwc-menu-pipe
Executable file
5
bin/mabox-labwc-menu-pipe
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
# for use in labwc main menu
|
||||
CFG_DIR=${LABWC_CONFIG_DIR:=~/.config/labwc}
|
||||
|
||||
labwc-menu-generator -p -i ${CFG_DIR}/MENU_IGNORE.txt -t foot
|
Loading…
Reference in New Issue
Block a user