mirror of
https://github.com/Xevion/glance.git
synced 2025-12-09 16:07:20 -06:00
Allow specifying state in weather location
This commit is contained in:
@@ -12,6 +12,7 @@ import (
|
||||
type Weather struct {
|
||||
widgetBase `yaml:",inline"`
|
||||
Location string `yaml:"location"`
|
||||
ShowAreaName bool `yaml:"show-area-name"`
|
||||
HideLocation bool `yaml:"hide-location"`
|
||||
Units string `yaml:"units"`
|
||||
Place *feed.PlaceJson `yaml:"-"`
|
||||
|
||||
Reference in New Issue
Block a user