Add emojies 🥰

This commit is contained in:
Anas Elgarhy 2022-05-27 11:32:05 +02:00
parent a3fb878820
commit 2af6ccaf98

View file

@ -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" },
};