summaryrefslogtreecommitdiff
path: root/components.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 /components.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 'components.h')
-rw-r--r--components.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/components.h b/components.h
index bf3bc79..8af712e 100644
--- a/components.h
+++ b/components.h
@@ -25,5 +25,6 @@
char *currenttime(char *store, size_t size, int flag);
char *battery(char *store, size_t size, int flag);
char *charging(char *store, size_t size, int flag);
+char *remainingtime(char *store, size_t size, int flag);
#endif