Improve 🥰
This commit is contained in:
parent
40af384b57
commit
6b80fba106
1 changed files with 4 additions and 2 deletions
6
config.h
6
config.h
|
@ -68,12 +68,14 @@ static const struct arg args[] = {
|
||||||
{ run_command, "🔊%4s ", "amixer sget Master | awk -F\"[][]\" '/%/ { print $2 }' | head -n1" },
|
{ run_command, "🔊%4s ", "amixer sget Master | awk -F\"[][]\" '/%/ { print $2 }' | head -n1" },
|
||||||
{ run_command, "🌞%3s%% ", "xbacklight -get | awk '{print $1}'" },
|
{ run_command, "🌞%3s%% ", "xbacklight -get | awk '{print $1}'" },
|
||||||
{ cpu_perc, "🤖%s%% ", NULL },
|
{ cpu_perc, "🤖%s%% ", NULL },
|
||||||
{ ram_perc, "🎚 %s%% ", NULL },
|
{ cpu_freq, "%s ", NULL },
|
||||||
|
{ temp, "%s\u00b0C ", "/sys/class/thermal/thermal_zone8/temp" },
|
||||||
|
{ ram_perc, "%s%% ", NULL },
|
||||||
// { netspeed_tx, " %s ^ ", "wlan0" },
|
// { netspeed_tx, " %s ^ ", "wlan0" },
|
||||||
// { netspeed_rx, " %s ", "wlan0" },
|
// { netspeed_rx, " %s ", "wlan0" },
|
||||||
{ battery_perc, "🔋%s%% ", "BAT0" },
|
{ battery_perc, "🔋%s%% ", "BAT0" },
|
||||||
{ battery_state, "%s ", "BAT0" },
|
{ battery_state, "%s ", "BAT0" },
|
||||||
{ keymap, "⌨%s ", NULL },
|
{ keymap, "⌨%s ", NULL },
|
||||||
{ datetime, "%s ", "%F" },
|
{ datetime, "🗓️ %s ", "%D %a" },
|
||||||
{ datetime, "🕘%s ", "%r" },
|
{ datetime, "🕘%s ", "%r" },
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue