/* See LICENSE file for copyright and license details. */
/* interval between updates (in ms) */
-const unsigned int interval = 1000;
+const unsigned int interval = 100;
/* text to show if no value can be retrieved */
static const char unknown_str[] = "n/a";
*/
static const struct arg args[] = {
/* function format argument */
- { datetime, "%s", "%F %T" },
+ { uptime, " %s | ", NULL },
+ { ram_free, " %s | ", NULL },
+ { run_command, " %s | ", "amixer sget Master | tail -1 | awk '{print $5 }' | sed 's@\\(\\[\\|\\]\\)@@g'"},
+ { datetime, " %s ", "%a %F %T" },
};
+;