restore conky fix

master
Daniel Napora 2022-06-06 16:55:24 +02:00
parent 75784948dd
commit 2e8f27b8fc
2 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@ checkautostart
# Run mwelcome if not disaled
[ ! -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

View File

@ -1146,7 +1146,7 @@ function restoreSettings(){
# write to conky session file...
echo $CONKYCMD | awk -F';' '{for(i=1; i<=NF; i++) print $i}' >> "$CONKYSESSION"
if [ -d "$FPATH/conky" ];then
rsync -a $FPATH/conky/* ~/.config/conky/
cp -a $FPATH/conky/* ~/.config/conky/
fi
killall conky
source "$CONKYSESSION"