Merge branch 'release/v0.5.0' into search
This commit is contained in:
commit
3f862f67ab
40 changed files with 1064 additions and 239 deletions
|
|
@ -19,6 +19,8 @@ func New(widgetType string) (Widget, error) {
|
|||
switch widgetType {
|
||||
case "calendar":
|
||||
return &Calendar{}, nil
|
||||
case "clock":
|
||||
return &Clock{}, nil
|
||||
case "weather":
|
||||
return &Weather{}, nil
|
||||
case "bookmarks":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue