Add ram icon 📟
This commit is contained in:
parent
a426f47068
commit
035bab3567
1 changed files with 2 additions and 2 deletions
4
config.h
4
config.h
|
@ -70,10 +70,10 @@ static const struct arg args[] = {
|
|||
{ cpu_perc, "🤖%s%% ", NULL },
|
||||
{ cpu_freq, "%s ", NULL },
|
||||
{ temp, "%s\u00b0C ", "/sys/class/thermal/thermal_zone8/temp" },
|
||||
{ ram_perc, "%s%% ", NULL },
|
||||
{ ram_perc, "📟%s%% ", NULL },
|
||||
// { netspeed_tx, " %s ^ ", "wlan0" },
|
||||
// { netspeed_rx, " %s ", "wlan0" },
|
||||
{ battery_perc, "🔋%s%% ", "BAT0" },
|
||||
{ battery_perc, "🔋%s%%", "BAT0" },
|
||||
{ battery_state, "%s ", "BAT0" },
|
||||
{ keymap, "⌨%s ", NULL },
|
||||
{ datetime, "🗓%s ", "%D %a" },
|
||||
|
|
Loading…
Reference in a new issue