You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "Killing all conky sessions before starting new.."
killall conky
echo "Done!"
fi
conky -c ~/.conky/conkyrc &
sleep 1s
conky -c ~/.conky/conkyrc_grey &
sleep 1s
conky -c ~/.conky/conkyrc_grey_net &
sleep 1s
# Ugly hack to keep the powersave status in sync. For some reason it doesn't write the correct value to the respective file when doing executing powersave. This will allow to do it though, yet all configurations will fail - they have already been set at bootup.