#!/bin/bash # # Start multiple conky instances # # Default one conky & # Give time for networking sleep 60 # Load weather data first weather &> /dev/null # Clear cache brweather --clean-cache # Weather conky -c ~/.conky/weather/conkyrc &