mb-obthemes
parent
09401a76f1
commit
f866d1b3e6
|
@ -813,7 +813,7 @@ function restoreOBrc(){
|
||||||
MBCOLORS="$1/MBcolors"
|
MBCOLORS="$1/MBcolors"
|
||||||
if [[ -d "$MBCOLORS" ]];then
|
if [[ -d "$MBCOLORS" ]];then
|
||||||
cp -a $MBCOLORS/* ~/.themes/MBcolors/openbox-3/
|
cp -a $MBCOLORS/* ~/.themes/MBcolors/openbox-3/
|
||||||
cp -a MBcolors.colorrc ~/.config/mabox/jgobthemes/
|
cp -a $1/MBcolors.colorrc ~/.config/mabox/jgobthemes/
|
||||||
fi
|
fi
|
||||||
TERMINAL_THEME="$1/terminal_theme"
|
TERMINAL_THEME="$1/terminal_theme"
|
||||||
if [[ -f "$TERMINAL_THEME" ]];then
|
if [[ -f "$TERMINAL_THEME" ]];then
|
||||||
|
|
Loading…
Reference in New Issue