diff options
author | Tobias Tschinkowitz <he4d@posteo.de> | 2018-05-18 14:43:04 +0200 |
---|---|---|
committer | Aaron Marcher <me@drkhsh.at> | 2018-05-18 15:25:42 +0200 |
commit | fd49e27c785db2b395b2772afab5b12a14930b84 (patch) | |
tree | 25f92ed7809ff58df86d84e8f6039a1f6c0f6381 /slstatus.h | |
parent | 9263b11679bb3036b9b76cbe1ebf4ade75477fc3 (diff) |
Add battery_remaining function on OpenBSD
Implementation of a battery_remaining function which returns the
remaining battery time in HH:MM format. Linux function still needs
implementation.
Move common code to load_apm_power_info
Diffstat (limited to 'slstatus.h')
-rw-r--r-- | slstatus.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ /* battery */ const char *battery_perc(const char *); const char *battery_state(const char *); +const char *battery_remaining(const char*); /* cpu */ const char *cpu_freq(void); |