diff options
Diffstat (limited to 'xconky')
| -rwxr-xr-x | xconky | 7 | 
1 files changed, 6 insertions, 1 deletions
@@ -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  | 
