Replace memory icon

This commit is contained in:
2024-06-07 11:44:50 +01:00
parent c815d3d989
commit e3884db858
3 changed files with 2 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ static const struct arg args[] = {
{ battery_perc, "󰂉 %s%% ", "BAT0" },
{ run_command, " %s%% ", "wpctl get-volume @DEFAULT_AUDIO_SINK@ | cut -c 11-" },
{ cpu_perc, " %s%% ", NULL },
{ ram_used, " %s", NULL },
{ ram_used, " %s", NULL },
{ ram_perc, "(%s%%) ", NULL },
{ datetime, " %s", "%d/%m/%y %l:%M %p" },
};