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:
committed by
Chris Cummer
parent
fd5becd397
commit
59676ca344
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user