update
parent
639c7d6d51
commit
03e0c45851
4
bin/mbx
4
bin/mbx
|
@ -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
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
# mbxinit - initialize/update config files needed by mbxutils
|
||||
# TODO check for GUI package managers
|
||||
# TODO generate favorites here
|
||||
# TODO check available icons: Papirus, Numix-Square, Numix-Circle, BeautyLine, Sardi
|
||||
|
||||
CNF_DIR="$HOME/.config/mbxutils"
|
||||
CNF_FILE="$CNF_DIR/mbx.conf"
|
||||
|
|
|
@ -4,4 +4,4 @@ Random BGcolor,mbx setvar bgcolor=$(shuf -n 1 ~/.config/mbxutils/inc/colors.clr)
|
|||
^sep()
|
||||
Edit commands,xdg-open ~/.config/mbxutils/inc/lbottom.csv
|
||||
^sep()
|
||||
Preferences,mbx-preferences lpanel
|
||||
About <b>mbxutils</b>,mbx about
|
||||
|
|
|
|
@ -3,3 +3,4 @@ The Gimp,gimp,gimp
|
|||
Inkscape,inkscape,inkscape
|
||||
^sep()
|
||||
Edit commands,xdg-open ~/.config/mbxutils/inc/rbottom.csv,geany
|
||||
About <b>mbxutils</b>,mbx about
|
||||
|
|
|
Loading…
Reference in New Issue