config.h (282B)
1 const unsigned int interval = 1000; 2 static const char unknown_str[] = "n/a"; 3 #define MAXLEN 2048 4 5 static const struct arg args[] = { 6 { battery_state, "%s", "BAT0" }, 7 { battery_perc, "%s", "BAT0" }, 8 { battery_remaining, " %s", "BAT0" }, 9 { datetime, " %s", "%d/%m/%y %H:%M" }, 10 };