master
Daniel Napora 2021-10-25 00:33:00 +02:00
parent 639c7d6d51
commit 03e0c45851
4 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -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"

View File

@ -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

1 ^sep(Custom Commands)
4 ^sep()
5 Edit commands,xdg-open ~/.config/mbxutils/inc/lbottom.csv
6 ^sep()
7 Preferences,mbx-preferences lpanel About <b>mbxutils</b>,mbx about

View File

@ -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

1 ^sep(Custom Commands)
3 Inkscape,inkscape,inkscape
4 ^sep()
5 Edit commands,xdg-open ~/.config/mbxutils/inc/rbottom.csv,geany
6 About <b>mbxutils</b>,mbx about