#!/bin/bash
pgrep conky &>/dev/null; [ $? = 0 ] && killall -s 9 conky
 
sleep 30
conky -d -c $HOME/renjiconky &&
conky -d -c $HOME/renjiconky_other &&
conky -d -c $HOME/renjiconky_weather
