mb-obthemes keep new menu settings
parent
5fbdeaadbd
commit
388e78f97f
|
@ -754,7 +754,13 @@ function restoreGTK(){ # $1 is chosen saved config dir
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
function restoreMenuPanel() {
|
function restoreMenuPanel() {
|
||||||
|
. ~/.config/mabox/mabox.conf
|
||||||
cp -a $1/mabox.conf $HOME/.config/mabox/mabox.conf
|
cp -a $1/mabox.conf $HOME/.config/mabox/mabox.conf
|
||||||
|
mb-setvar jgtools_border=${jgtools_border:-0}
|
||||||
|
mb-setvar jgtools_padding=${jgtools_padding:-0}
|
||||||
|
mb-setvar jgtools_radius=${jgtools_radius:-0}
|
||||||
|
mb-setvar panels_topmargin=${panels_topmargin:-0}
|
||||||
|
mb-setvar submenu_spacing=${submenu_spacing:-0}
|
||||||
}
|
}
|
||||||
function restoreOBrc(){
|
function restoreOBrc(){
|
||||||
RCFILE="$OBPATH/rc.xml"
|
RCFILE="$OBPATH/rc.xml"
|
||||||
|
|
Loading…
Reference in New Issue