default to all running containers if no arg provided

This commit is contained in:
Bradley Cicenas
2016-12-25 23:05:22 +00:00
parent e2231d8835
commit e5e84ee206
3 changed files with 27 additions and 8 deletions

View File

@@ -34,7 +34,7 @@ func NewWidgets(id string) *Widgets {
cid := ui.NewPar(id)
cid.Border = false
cid.Height = 1
cid.Width = 10
cid.Width = 20
cid.TextFgColor = ui.ColorWhite
return &Widgets{cid, mkGauge(), mkGauge()}
}