fix typos in config

This commit is contained in:
λmolinae 2025-03-19 22:25:45 -06:00
parent 8c6890f943
commit 45530be5e2
3 changed files with 24 additions and 27 deletions

View file

@ -74,15 +74,14 @@ static const char unknown_str[] = "n/a";
static const struct arg args[] = {
/* function format argument turn signal */
{ cpu_perc, " [  %s% ]", NULL, 1, -1, },
{ ram_perc, "[  %s% ]", NULL, 1, -1, },
{ backlight_perc, "[ 󰃠 %s ]", "intel_backlight", 1, 4, },
{ run_command, "[ 󰍬 %s ]", "getvol -m", 1, 3, },
// { vol_perc, "[ 󰍬 %s ]", "Capture", 1, 3, },
{ vol_icon, "[ %s%% ]", "Master", 1, 2, },
{ battery_icon, "[ %s%% ]", "BAT1", 1, -1, },
{ datetime, "[ 󰥔 %s ]", "%I:%M %p", 1, -1, },
{ datetime, "[ 󰸗 %s ]", "%b %d", 1, -1, },
{ cpu_perc, " [  %s%% ] ",NULL, 1, -1, },
{ ram_perc, "[  %s%% ] ", NULL, 1, -1, },
{ backlight_perc, "[ 󰃠 %s%% ] ", "intel_backlight", 1, 4, },
{ run_command, "[ 󰍬 %s%% ] ", "getvol -m", 1, 3, },
{ vol_icon, "[ %s%% ] ", "Master", 1, 2, },
{ battery_icon, "[ %s%% ] ", "BAT1", 1, -1, },
{ datetime, "[ 󰥔 %s ] ", "%I:%M %p", 1, -1, },
{ datetime, "[ 󰸗 %s ] ", "%b %d", 1, -1, },
};
/* maximum output string length */