From 3bd6dcd34eb2c72c4a9ccac24854f99c2f97cb18 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 20 Aug 2017 13:34:10 -0300 Subject: Adds another conky instance --- xconky | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'xconky') 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 -- cgit v1.2.3