From 01e216bd006aeff56dee99cbea3884bbb04aa8c6 Mon Sep 17 00:00:00 2001 From: Martin Schirrmacher Date: Mon, 7 Jul 2014 23:28:55 +0200 Subject: update topbar, add option diskusageshort --- config.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.c') diff --git a/config.c b/config.c index 2fef7cee..696a16c6 100644 --- a/config.c +++ b/config.c @@ -16,6 +16,7 @@ cFlatConfig::cFlatConfig(void) { SignalQualityUseColors = false; DiskUsageShow = true; + DiskUsageShort = false; MenuContentFullSize = true; @@ -235,6 +236,7 @@ bool cFlatConfig::SetupParse(const char *Name, const char *Value) { else if (strcmp(Name, "ScrollerStep") == 0) ScrollerStep = atoi(Value); else if (strcmp(Name, "ScrollerDelay") == 0) ScrollerDelay = atoi(Value); else if (strcmp(Name, "ScrollerType") == 0) ScrollerType = atoi(Value); + else if (strcmp(Name, "DiskUsageShort") == 0) DiskUsageShort = atoi(Value); else return false; -- cgit v1.2.3