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:
8601c27
)
Remove non-portable functions from config.def.h
author
Aaron Marcher
<me@drkhsh.at>
Mon, 16 Apr 2018 17:09:07 +0000
(19:09 +0200)
committer
Aaron Marcher
<me@drkhsh.at>
Mon, 16 Apr 2018 17:09:07 +0000
(19:09 +0200)
config.def.h
patch
|
blob
|
history
diff --git
a/config.def.h
b/config.def.h
index 637000880477bf5c645e2d7e2cd85054716e3acc..1e3be56a08a53309fe1bcfb0fca3e929eb85aa67 100644
(file)
--- a/
config.def.h
+++ b/
config.def.h
@@
-51,7
+51,5
@@
static const char unknown_str[] = "n/a";
*/
static const struct arg args[] = {
/* function format argument */
- { cpu_perc, "[CPU %3s%%] ", NULL },
- { ram_perc, "[RAM %2s%%] ", NULL },
- { datetime, "[ %s ]", "%F %T" },
+ { datetime, "%s", "%F %T" },
};