update memory gauge labelling

This commit is contained in:
Bradley Cicenas
2016-12-23 03:46:31 +00:00
parent 83a5b0e1f0
commit 132b2b0e32
2 changed files with 26 additions and 3 deletions

View File

@@ -40,9 +40,10 @@ func mkGauge() *ui.Gauge {
g := ui.NewGauge()
g.Height = 1
g.Border = false
g.Percent = 5
g.Percent = 0
g.PaddingBottom = 0
g.BarColor = ui.ColorGreen
g.Label = "-"
return g
}