From 37ec8cf18a05e33d142a37cdc5b4f8174fc9ff98 Mon Sep 17 00:00:00 2001 From: Daniel Napora Date: Sat, 14 May 2022 01:42:45 +0200 Subject: [PATCH] sep_font,item_height --- bin/mabox-obstart | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/mabox-obstart b/bin/mabox-obstart index 3d545d7..83ce049 100755 --- a/bin/mabox-obstart +++ b/bin/mabox-obstart @@ -98,6 +98,9 @@ checkautostart [[ -v places_quicknav ]] && : || mb-setvar places_quicknav=true [[ -v places_bookmarks ]] && : || mb-setvar places_bookmarks=true [[ -v places_vboxes ]] && : || mb-setvar places_vboxes=false +[[ -v menu_sep_font_family ]] && : || mb-setvar "menu_sep_font_family='Noto Sans Bold'" +[[ -v menu_sep_font_size ]] && : || mb-setvar menu_sep_font_size=10 +[[ -v item_height_factor ]] && : || mb-setvar item_height_factor=200 virtualboxes if command -v phwmon.py &>/dev/null; then