|
|
|
@ -96,7 +96,7 @@ color_menu_border = #eeeeee 8 |
|
|
|
|
color_title_bg = ${color_title_bg:-"$fgcolor 12"} |
|
|
|
|
color_title_border = ${color_title_border:-} |
|
|
|
|
color_sep_fg = ${color_sep_fg:-} |
|
|
|
|
icon_theme = ${icon_theme:-} |
|
|
|
|
icon_theme = ${icon_theme:-Papirus} |
|
|
|
|
icon_size = ${icon_size:-0} |
|
|
|
|
icon_norm_alpha = 70 |
|
|
|
|
icon_sel_alpha = 100 |
|
|
|
@ -242,7 +242,7 @@ about() { |
|
|
|
|
theight=$((HEIGHT/4)) |
|
|
|
|
|
|
|
|
|
THUMB="$(DISPLAY=:0 scrot -t ${twidth}x${theight} -o $HOME/.config/mbxutils/mbx.png -e 'echo $m')" |
|
|
|
|
# TODO better menu height calculation |
|
|
|
|
|
|
|
|
|
columns=2 |
|
|
|
|
icon_size=$((font_size*item_height_factor/100-2)) |
|
|
|
|
menu_halign=center |
|
|
|
|