Python re-implementation of Cinnamon’s [Seasonal Hours Clock](https://github.com/cinnamon-bun/seasonal-hours-clock).
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.
16 lines
405 B
16 lines
405 B
# 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"
|
|
|