master
Daniel Napora 2020-02-29 14:34:30 +01:00
parent 3eb30db83e
commit 621d956e5e
3 changed files with 5 additions and 5 deletions

View File

@ -17,7 +17,7 @@
TINT2PATH="$HOME/.config/tint2"
### DIALOG VARIABLES
DLGDEC="yad --center --borders=20 --width=400 --height=500 "
DLGDEC="yad --center --borders=20 --width=400 --height=600 "
WINICON="--window-icon=distributor-logo-mabox"
case $LANG in
pl*)

View File

@ -32,7 +32,7 @@ USAGE="\v\tUSAGE:\n\tWith no command argument, the script uses the chosen
\v\t\t(sleep 2s && mb-tint2-session) &"
### DIALOG VARIABLES
DLGDEC="yad --center --borders=20 --height=500 "
DLGDEC="yad --center --borders=20 --height=600 "
OK="--button=OK:0"
WINICON="--window-icon=distributor-logo-mabox"
case $LANG in

View File

@ -101,8 +101,8 @@ case $LANG in
MENU_DESC="Main menu (<small>access it by right click, win+space shortcut or from panel icon</small>) have type to search functionality. Just start to type what you looking for.\n<small><i>There are also two <b>side-panels</b> available for quick access to file system locations for example.</i> Below you can add custom commands to both side-panels.</small>\n"
M_EDIT_MAIN="Edit main menu"
M_RESTORE_MAIN="Reset mainmenu to default"
M_LEFT="\t\t\t<b>LEFT</b><small> (ctrl+tab)</small>"
M_RIGHT="\t\t\t<b>RIGHT</b><small> (win+tab)</small>"
M_LEFT="\t\t\t<b>LEFT PANEL</b><small> (ctrl+tab)</small>"
M_RIGHT="\t\t\t<b>RIGHT PANEL</b><small> (win+tab)</small>"
M_LEFT_DESC="<small>Left panel\n - quick navigation\n - GTK Bookmarks\n - Virtualbox machines</small>"
M_RIGHT_DESC="<small>Right panel\n - system settings\n - help\n - exit options</small>"
M_CUSTOMIZE="Customize"
@ -238,7 +238,7 @@ yad --window-icon=distributor-logo-mabox \
--tab="$SYSTEM" --tab="$SOFTWARE" --tab="Autostart" --tab="$LOOK" --tab="$TINT2"\
--tab="Conky" --tab="Menu" --tab="$COMPOSITOR" --tab="$THEMES" \
--title="Mabox Control Center" --image=/usr/share/icons/hicolor/64x64/apps/distributor-logo-mabox.png \
--width=680 --height=420 --image-on-top --text="$MCC" --no-buttons > $out &
--width=710 --height=420 --image-on-top --text="$MCC" --no-buttons > $out &
}
maindialog