mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Refresh the calendar every five minutes
This commit is contained in:
parent
6a70bbe345
commit
ef10ac5d0c
@ -21,7 +21,7 @@ func NewWidget() *Widget {
|
|||||||
BaseWidget: wtf.BaseWidget{
|
BaseWidget: wtf.BaseWidget{
|
||||||
Name: "Calendar",
|
Name: "Calendar",
|
||||||
RefreshedAt: time.Now(),
|
RefreshedAt: time.Now(),
|
||||||
RefreshInt: 180,
|
RefreshInt: 300,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user