Added new option weather-info to sample settings file
This commit is contained in:
parent
2763abeeb4
commit
e86de45c63
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@ font_boldness = "semibold" # extralight, light, regular, semibold, bold, extra
|
|||
choosen_design = "month-overview" # month-overview, day-list, day-view, agenda-list
|
||||
general_settings = { # General settings that designs may use
|
||||
"info-area" : "rss", # empty, events, rss
|
||||
"highlight-event-days" : True
|
||||
"highlight-event-days" : True,
|
||||
"weather-info" : True
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue