From 2e8f27b8fc86bc24b2e07b79c45d1a70e7985980 Mon Sep 17 00:00:00 2001 From: Daniel Napora Date: Mon, 6 Jun 2022 16:55:24 +0200 Subject: [PATCH] restore conky fix --- bin/mabox-obstart | 2 +- bin/mb-obthemes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/mabox-obstart b/bin/mabox-obstart index e310062..b873ad0 100755 --- a/bin/mabox-obstart +++ b/bin/mabox-obstart @@ -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 diff --git a/bin/mb-obthemes b/bin/mb-obthemes index 0d26f14..ad2ddfb 100755 --- a/bin/mb-obthemes +++ b/bin/mb-obthemes @@ -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"