diff --git a/config.def.h b/config.def.h index 11cc22f..2de3e5a 100644 --- a/config.def.h +++ b/config.def.h @@ -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" }, };