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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user