diff --git a/usr/bin/mb-places b/usr/bin/mb-places index 7ebcfe5..705b24a 100755 --- a/usr/bin/mb-places +++ b/usr/bin/mb-places @@ -100,11 +100,11 @@ POSITION_MODE="ipc" else POSITION_MODE="fixed" fi -#jgmenu_icon_size=0 [ $(pidof picom) ] && MENU_RADIUS=$jgtools_radius [ -z $jgmenu_use_borders ] && menu_border=0 - +icons=1 +iconmargin=4 mkconfigfile cat < ${MENU_ITEMS} diff --git a/usr/bin/mb-webbrowser b/usr/bin/mb-webbrowser index 3cb5983..0c93b83 100755 --- a/usr/bin/mb-webbrowser +++ b/usr/bin/mb-webbrowser @@ -86,11 +86,11 @@ POSITION_MODE="ipc" else POSITION_MODE="fixed" fi -#jgmenu_icon_size=0 [ $(pidof picom) ] && MENU_RADIUS=$jgtools_radius [ -z $jgmenu_use_borders ] && menu_border=0 - +icons=1 +iconmargin=4 mkconfigfile cat < ${MENU_ITEMS} $(printf '%s\n' "${out[@]}")