Add emojies 🥰
This commit is contained in:
parent
a3fb878820
commit
2af6ccaf98
1 changed files with 8 additions and 8 deletions
16
config.h
16
config.h
|
@ -65,15 +65,15 @@ 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 },
|
||||
{ ram_perc, ":%s%% ", NULL },
|
||||
{ run_command, "🔊%4s | ", "amixer sget Master | awk -F\"[][]\" '/%/ { print $2 }' | head -n1" },
|
||||
{ run_command, "🌞%3s%% | ", "xbacklight -get | awk '{print $1}'" },
|
||||
{ cpu_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 ", "%F" },
|
||||
{ datetime, " %s ", "%r" },
|
||||
{ keymap, "⌨%s ", NULL },
|
||||
{ datetime, "%s ", "%F" },
|
||||
{ datetime, "🕘%s ", "%r" },
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue