projects
/
suckless
/
slstatus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cb5af9
)
Add comments for battery_* functions on OpenBSD
author
Aaron Marcher
<me@drkhsh.at>
Thu, 17 May 2018 15:24:47 +0000
(17:24 +0200)
committer
Aaron Marcher
<me@drkhsh.at>
Thu, 17 May 2018 15:24:47 +0000
(17:24 +0200)
config.def.h
patch
|
blob
|
history
diff --git
a/config.def.h
b/config.def.h
index 00796c60cda6f13d38244dd8f3b17022b58c5ef9..6c42e0a88996bec386b45ecfe666b2c12731ca6f 100644
(file)
--- a/
config.def.h
+++ b/
config.def.h
@@
-13,7
+13,9
@@
static const char unknown_str[] = "n/a";
* function description argument (example)
*
* battery_perc battery percentage battery name (BAT0)
+ * NULL on OpenBSD
* battery_state battery charging state battery name (BAT0)
+ * NULL on OpenBSD
* cpu_perc cpu usage in percent NULL
* cpu_freq cpu frequency in MHz NULL
* datetime date and time format string (%F %T)