4 lines
148 B
Bash
Executable File
4 lines
148 B
Bash
Executable File
#! /usr/bin/env bash
|
|
source "$HOME/.location"
|
|
exec conky -c "$XDG_CONFIG_HOME/conky/conky-wttr.conf" -t "\${curl wttr.in/$LOCATION_CONKY?AQTFn 60}"
|