diff --git a/bin/mbx b/bin/mbx index 50c2e01..20dd3de 100755 --- a/bin/mbx +++ b/bin/mbx @@ -160,7 +160,7 @@ if [[ $apps_in_submenu == true ]] then cat < $HOME/.config/jgmenu/prepend.csv -@text,,$((menu_padding + 24)),$((menu_padding_top-font_size*item_height_factor/100)),150,20,0,left,top,auto,#000000, +@text,,$((menu_padding + 24)),$((menu_padding_top-font_size*item_height_factor/100)),150,20,0,left,top,auto,#000000,🔍 @search,,$((menu_padding + 38)),$((menu_padding + 4)),150,20,2,left,top,auto,#000000 0,type to search . ~/.config/mbxutils/inc/favorites.csv $APPS,^checkout(apps),applications-other @@ -175,7 +175,7 @@ EOF else cat < $HOME/.config/jgmenu/prepend.csv @text,,$((menu_padding+20)),$((menu_padding_top-font_size*item_height_factor/100)),150,$((font_size*item_height_factor/100)),0,left,top,auto,#000000, -@search,,$((menu_padding + 38)),$((menu_padding_top-font_size*item_height_factor/100)),150,$((font_size*item_height_factor/100)),2,left,top,auto,#000000, type to search +@search,,$((menu_padding + 38)),$((menu_padding_top-font_size*item_height_factor/100)),150,$((font_size*item_height_factor/100)),2,left,top,auto,#000000, type to search . ~/.config/mbxutils/inc/favorites.csv EOF @@ -322,7 +322,7 @@ case "$1" in preferences) preferences "$2";; fonts) fonts "$2";; setvar) setvar "$2";; - *);; + *) about;; esac exit 0 diff --git a/bin/mbxfiles b/bin/mbxfiles index 45b2e55..adc4db0 100755 --- a/bin/mbxfiles +++ b/bin/mbxfiles @@ -60,8 +60,8 @@ else done fi printf "%b\n" "^sep(${DIRECTORY:-/})" -printf "%b\n" " $OPENDIR,xdg-open \"${DIRECTORY:-/}\"" -printf "%b\n" " $OPENTERM,${terminal} ${wdir}\"${DIRECTORY:-/}\"" +printf "%b\n" " $OPENDIR,xdg-open \"${DIRECTORY:-/}\"" +printf "%b\n" " $OPENTERM,${terminal} ${wdir}\"${DIRECTORY:-/}\"" if [ ${#dirs[@]} -ne 0 ]; then printf "%b\n" "^sep($DIRECTORIES (${#dirs[@]}))"