[update] Remove the stupid emojies
This commit is contained in:
parent
035bab3567
commit
cd6df723ad
1 changed files with 10 additions and 8 deletions
18
config.h
18
config.h
|
@ -65,17 +65,19 @@ static const char unknown_str[] = "n/a";
|
|||
*/
|
||||
static const struct arg args[] = {
|
||||
/* function format argument */
|
||||
{ run_command, "🔊%4s ", "amixer sget Master | awk -F\"[][]\" '/%/ { print $2 }' | head -n1" },
|
||||
{ run_command, "🌞%3s%% ", "xbacklight -get | awk '{print $1}'" },
|
||||
{ cpu_perc, "🤖%s%% ", NULL },
|
||||
{ run_command, "SP:%s ", "amixer sget Master | awk -F\"[][]\" '/%/ { print $2 }' | head -n1" },
|
||||
{ run_command, "BR:%s%% ", "xbacklight -get | awk '{print $1}'" },
|
||||
{ cpu_perc, "CPU:%s%%|", NULL },
|
||||
{ cpu_freq, "%s ", NULL },
|
||||
{ temp, "%s\u00b0C ", "/sys/class/thermal/thermal_zone8/temp" },
|
||||
{ ram_perc, "📟%s%% ", NULL },
|
||||
{ ram_perc, "RAM:%s%% ", NULL },
|
||||
// { netspeed_tx, " %s ^ ", "wlan0" },
|
||||
// { netspeed_rx, " %s ", "wlan0" },
|
||||
{ battery_perc, "🔋%s%%", "BAT0" },
|
||||
{ battery_perc, "BAT:%s%%", "BAT0" },
|
||||
{ battery_state, "%s ", "BAT0" },
|
||||
{ keymap, "⌨%s ", NULL },
|
||||
{ datetime, "🗓%s ", "%D %a" },
|
||||
{ datetime, "🕘%s ", "%r" },
|
||||
{ keymap, "KB:%s ", NULL },
|
||||
{ datetime, "DATE:%s|", "%D %a" },
|
||||
{ datetime, "%s ", "%r" },
|
||||
{ disk_used, "(/:%s|", "/" },
|
||||
{ disk_used, "~:%s)", "/home" },
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue