1
0
Fork 0

Update NF icons

This commit is contained in:
Emil Miler 2023-06-20 10:29:51 +02:00
parent 42fe9e1ea2
commit 379adb0a6a
1 changed files with 3 additions and 4 deletions

View File

@ -65,12 +65,11 @@ static const char unknown_str[] = "-";
*/
static const struct arg args[] = {
/* function format argument */
{ ipv4, "直 %s", "wlan0" },
{ wifi_essid, " %s | ", "wlan0" },
{ ipv4, " %s | ", "eth0" },
{ wifi_essid, "󰖩 %s | ", "wlan0" },
{ ipv4, "󰌘 %s | ", "eth0" },
{ battery_perc, " %s", "BAT0" },
{ battery_state, " %s | ", "BAT0" },
{ keymap, " %s", NULL },
{ keymap, "󰥻 %s", NULL },
{ keyboard_indicators, " %s | ", "c?" },
{ datetime, "%s |", "%F %a %H:%M" },
};