summaryrefslogtreecommitdiffstats
path: root/Meter.c
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2016-01-11 20:38:10 -0200
committerHisham Muhammad <hisham@gobolinux.org>2016-01-11 20:38:10 -0200
commitc6ca311d18cae8eaa91d9e00bbfb5f08e9585bb0 (patch)
tree3f7455ab047eeacfe43f7244c53b44e687d2278e /Meter.c
parent3ad2510fc232ae526385600e3585bcf4683bdb73 (diff)
Present IO-Wait as a dot in monochrome. Fixes #345.
Thank you @Explorer09 for the report!
Diffstat (limited to 'Meter.c')
-rw-r--r--Meter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Meter.c b/Meter.c
index 834c9b0b..c37a474f 100644
--- a/Meter.c
+++ b/Meter.c
@@ -260,7 +260,7 @@ static void TextMeterMode_draw(Meter* this, int x, int y, int w) {
/* ---------- BarMeterMode ---------- */
-static char BarMeterMode_characters[] = "|#*@$%&";
+static char BarMeterMode_characters[] = "|#*@$%&.";
static void BarMeterMode_draw(Meter* this, int x, int y, int w) {
char buffer[METER_BUFFER_LEN];

© 2014-2024 Faster IT GmbH | imprint | privacy policy