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

Git title display improvements

This commit is contained in:
Chris Cummer
2018-04-06 14:16:34 -07:00
committed by Chris Cummer
parent fd5becd397
commit 59676ca344
3 changed files with 17 additions and 13 deletions

View File

@@ -40,7 +40,7 @@ func (widget *Widget) Refresh() {
title := fmt.Sprintf("[green]%s[white]\n", data["repo"][0])
widget.View.SetTitle(fmt.Sprintf(" 🤞 %s ", title))
widget.View.SetTitle(fmt.Sprintf(" Git: %s ", title))
widget.RefreshedAt = time.Now()
widget.View.Clear()