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}"