1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Tweaks to the widget presentation

This commit is contained in:
Chris Cummer
2018-03-31 13:48:01 -07:00
committed by Chris Cummer
parent 9756e1885f
commit 7b5d06c670
4 changed files with 12 additions and 4 deletions

View File

@@ -35,7 +35,7 @@ func NewWidget() *Widget {
func (widget *Widget) Refresh() {
events := Fetch()
widget.View.SetTitle(" 🐸 Calendar ")
widget.View.SetTitle(" 🍿 Calendar ")
widget.RefreshedAt = time.Now()
fmt.Fprintf(widget.View, "%s", widget.contentFrom(events))