restore conky fix
parent
75784948dd
commit
2e8f27b8fc
|
@ -89,7 +89,7 @@ checkautostart
|
||||||
|
|
||||||
# Run mwelcome if not disaled
|
# Run mwelcome if not disaled
|
||||||
[ ! -f "$HOME/.config/mabox/.mwelcome" ] && mwelcome &
|
[ ! -f "$HOME/.config/mabox/.mwelcome" ] && mwelcome &
|
||||||
[ -f "$HOME/.config/wpg/.mabox-init" ] && wpg-mabox-init &
|
# [ -f "$HOME/.config/wpg/.mabox-init" ] && wpg-mabox-init &
|
||||||
|
|
||||||
|
|
||||||
. $HOME/.config/mabox/mabox.conf
|
. $HOME/.config/mabox/mabox.conf
|
||||||
|
|
|
@ -1146,7 +1146,7 @@ function restoreSettings(){
|
||||||
# write to conky session file...
|
# write to conky session file...
|
||||||
echo $CONKYCMD | awk -F';' '{for(i=1; i<=NF; i++) print $i}' >> "$CONKYSESSION"
|
echo $CONKYCMD | awk -F';' '{for(i=1; i<=NF; i++) print $i}' >> "$CONKYSESSION"
|
||||||
if [ -d "$FPATH/conky" ];then
|
if [ -d "$FPATH/conky" ];then
|
||||||
rsync -a $FPATH/conky/* ~/.config/conky/
|
cp -a $FPATH/conky/* ~/.config/conky/
|
||||||
fi
|
fi
|
||||||
killall conky
|
killall conky
|
||||||
source "$CONKYSESSION"
|
source "$CONKYSESSION"
|
||||||
|
|
Loading…
Reference in New Issue