You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
384 B
19 lines
384 B
##
|
|
# background-weather.sh example configuration file
|
|
#
|
|
# This file will be looked for in the following directories
|
|
# "/etc/background-weather.conf"
|
|
# "./background-weather.conf"
|
|
# "~/.config/background-weather/background-weather.conf"
|
|
#####
|
|
|
|
# The Open Weather API key (https://home.openweathermap.org/api_keys)
|
|
OW_API_KEY=""
|
|
|
|
# Latitude
|
|
LAT=51.528308
|
|
|
|
# Longitude
|
|
LNG=-0.3817765
|
|
|
|
|
|
|