]> gitweb.fluxo.info Git - utils-x11.git/commitdiff
Adds another conky instance
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 20 Aug 2017 16:34:10 +0000 (13:34 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 20 Aug 2017 16:34:10 +0000 (13:34 -0300)
xconky

diff --git a/xconky b/xconky
index 86b7d60a904529c4f8e1eaa9f15730f6b2cbf8fc..c77df941475b296c6a4a62f73e36ec04ec27ccbb 100755 (executable)
--- 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