added openweather api key to config; some fixes
This commit is contained in:
parent
672fcade82
commit
2e77d946c1
3 changed files with 4 additions and 3 deletions
|
|
@ -7,7 +7,8 @@ config.font_awesome_size = "9"
|
|||
config.font_xterm = "Source Code Pro"
|
||||
config.font_xterm_size = "10"
|
||||
config.titlebars_enabled = "true"
|
||||
config.cityid = "2810284" -- (Westerland, DE)
|
||||
config.openweather_api_key = "INSERT_KEY_HERE"
|
||||
config.cityid = "INSERT_CITY_ID_HERE"
|
||||
config.quake_width = 1024
|
||||
config.quake_height = 768
|
||||
config.autostart = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue