More formatting

This commit is contained in:
Sky Hearn 2024-02-27 17:59:58 -08:00
parent 7045c6bb8d
commit f227db9662
Signed by: fallingsky04
GPG Key ID: DAB485883AE426EC
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ static const char unknown_str[] = "n/a";
*/
static const struct arg args[] = {
/* function format argument */
{ battery_state, "BAT1 : %s, ", "BAT1"},
{ battery_state, "BAT1 : %s", "BAT1"},
{ battery_perc, "%s%% ", "BAT1"},
{ battery_remaining, "%s | ", "BAT1"},
{ cpu_freq, "cpu : %sHz ",NULL},