From: Silvio Rhatto Date: Sun, 20 Aug 2017 16:34:10 +0000 (-0300) Subject: Adds another conky instance X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=3bd6dcd34eb2c72c4a9ccac24854f99c2f97cb18;p=utils-x11.git Adds another conky instance --- diff --git a/xconky b/xconky index 86b7d60..c77df94 100755 --- a/xconky +++ b/xconky @@ -5,9 +5,14 @@ # Start multiple conky instances function xconky_start { - # Default one + # Default one, system status conky & + # Personal status + if [ -e "$HOME/.conky/status/conkyrc" ]; then + conky --config $HOME/.conky/status/conkyrc & + fi + # Weather #if [ -e "$HOME/.brweather.conf" ]; then # # Give time for networking