We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
{icon}
1 parent 171005b commit c8e4962Copy full SHA for c8e4962
src/modules/battery/battery.c
@@ -23,6 +23,7 @@ static void printBattery(FFBatteryOptions* options, FFBatteryResult* result, uin
23
FF_PARSE_FORMAT_STRING_CHECKED(&key, &options->moduleArgs.key, ((FFformatarg[]) {
24
FF_FORMAT_ARG(index, "index"),
25
FF_FORMAT_ARG(result->modelName, "name"),
26
+ FF_FORMAT_ARG(options->moduleArgs.keyIcon, "icon"),
27
}));
28
}
29
0 commit comments