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

@@ -32,7 +32,7 @@ func NewWidget() *Widget {
/* -------------------- Exported Functions -------------------- */
func (widget *Widget) Refresh() {
widget.View.SetTitle(" 🦊 Status ")
widget.View.SetTitle(" 🎁 Status ")
widget.RefreshedAt = time.Now()
widget.View.Clear()