to split
This commit is contained in:
13
config.h
13
config.h
@@ -64,6 +64,15 @@ static const char unknown_str[] = "n/a";
|
||||
* wifi_perc WiFi signal in percent interface name (wlan0)
|
||||
*/
|
||||
static const struct arg args[] = {
|
||||
/* function format argument */
|
||||
{ datetime, "%s", "%F %T" },
|
||||
/* function format argument */
|
||||
{ datetime, "%s", "%Y-%m-%d %k:%M" },
|
||||
{ run_command, " | ", NULL },
|
||||
{ battery_perc, "%s%%", "BAT0" },
|
||||
{ run_command, " ", NULL },
|
||||
{ battery_state, "%s", "BAT0" },
|
||||
{ run_command, " | ", NULL },
|
||||
{ battery_perc, "%s%%", "BAT1" },
|
||||
{ run_command, " ", NULL },
|
||||
{ battery_state, "%s", "BAT1" },
|
||||
{ run_command, " ", NULL },
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user