summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorDaniel Jones <admin@danieljon.es>2019-12-11 23:59:00 +1030
committerDaniel Jones <admin@danieljon.es>2019-12-11 23:59:00 +1030
commit7ed46f531ccf25db7edb980cfb0910d6a63f38b9 (patch)
tree00f0800ddac799e80561205275e8e12868c7cff1 /config.h
parent97a0e09ae4a68ea85db3b9abc65df8de7b230439 (diff)
downloadbinstatus-7ed46f531ccf25db7edb980cfb0910d6a63f38b9.tar.gz
binstatus-7ed46f531ccf25db7edb980cfb0910d6a63f38b9.zip
added support for military, binary and 12 hour time
also changed the text displayed for battery states as they were far too long my thinkpad claims the batteyr status is "unknown" when fully charged, so we interpret that as meaning fully charged...
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index bb0e59a..b006afd 100644
--- a/config.h
+++ b/config.h
@@ -35,7 +35,7 @@ struct component
* add or remove components as desired
* components are shown in the order of this array
*/
-struct component components[] ={
+static const struct component components[] ={
/* function flag */
{currenttime, NORMALTIME},
{battery, 0},