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

Minor improvements to the IPInfo widget display

This commit is contained in:
Chris Cummer
2018-08-03 05:16:43 -07:00
parent 9c3ff8890a
commit 6a7c07eddc
2 changed files with 7 additions and 9 deletions

View File

@@ -12,7 +12,7 @@ func (widget *Widget) display(clocks []Clock) {
return
}
str := "\n"
str := ""
for idx, clock := range clocks {
str = str + fmt.Sprintf(
" [%s]%-12s %-10s %7s[white]\n",