aboutsummaryrefslogtreecommitdiff
path: root/xconky
diff options
context:
space:
mode:
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