17 lines
405 B
TOML
17 lines
405 B
TOML
|
# Copy this to XDG_CONFIG_HOME/seasonal-clock.toml
|
||
|
|
||
|
[seasonal-clock]
|
||
|
# Either country+city or latitude+longitude is mandatory. Everything else can
|
||
|
# be calculated from these.
|
||
|
|
||
|
# The country and city you reside
|
||
|
country = Hungary
|
||
|
city = Veresegyház
|
||
|
|
||
|
# Latitude and longitude of your position, in degrees
|
||
|
latitude = 47.656235
|
||
|
longitude = 19.2868815
|
||
|
|
||
|
# The timezone you live in
|
||
|
timezone = "Europe/Budapest"
|