aboutsummaryrefslogtreecommitdiff
path: root/xconky
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-08-20 13:34:10 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-08-20 13:34:10 -0300
commit3bd6dcd34eb2c72c4a9ccac24854f99c2f97cb18 (patch)
tree8e3a5a1bc9b8e4bc143059bc3d58e27d80aa311b /xconky
parente4a83592df7df870b4f360586d86c7538096d8bd (diff)
downloadutils-x11-3bd6dcd34eb2c72c4a9ccac24854f99c2f97cb18.tar.gz
utils-x11-3bd6dcd34eb2c72c4a9ccac24854f99c2f97cb18.tar.bz2
Adds another conky instance
Diffstat (limited to 'xconky')
-rwxr-xr-xxconky7
1 files changed, 6 insertions, 1 deletions
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