aboutsummaryrefslogtreecommitdiff
path: root/slstatus/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'slstatus/config.def.h')
-rw-r--r--slstatus/config.def.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/slstatus/config.def.h b/slstatus/config.def.h
index cfad904..c5dbccb 100644
--- a/slstatus/config.def.h
+++ b/slstatus/config.def.h
@@ -66,8 +66,9 @@ static const char unknown_str[] = "n/a";
*/
static const struct arg args[] = {
/* function format argument */
- {datetime, "%s;", "%G. %B. %-e. %a"},
- {run_command, "%s ", "audio"},
- {keymap, "%s ", NULL},
- {datetime, "%s ", "%H:%M:%S"},
+ {datetime, "%s;", "%G. %B. %-e. %a"},
+ {disk_free, "%s Free ", "/"},
+ {run_command, "%s ", "audio"},
+ {keymap, "%s ", NULL},
+ {datetime, "%s ", "%H:%M:%S"},
};