From 63259b011edf267e6a98943971ca7c039dc6c856 Mon Sep 17 00:00:00 2001 From: Salt Date: Wed, 6 Feb 2019 13:42:50 -0600 Subject: [PATCH] DSK: Update conky-wttr script --- .config/dsk/run/conky-wttr | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/dsk/run/conky-wttr b/.config/dsk/run/conky-wttr index 5e76e18c..0e40e3c4 100755 --- a/.config/dsk/run/conky-wttr +++ b/.config/dsk/run/conky-wttr @@ -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}"