DSK: Update conky-wttr script

This commit is contained in:
Salt 2019-02-06 13:42:50 -06:00
parent e8e6cb26cc
commit 63259b011e

View File

@ -1,2 +1,3 @@
#! /usr/bin/env bash
exec conky
source "$HOME/.location"
exec conky -c "$XDG_CONFIG_HOME/conky/conky-wttr.conf" -t "\${curl wttr.in/$LOCATION_CONKY?AQTFn 60}"