From 379adb0a6a8d5c4eeb6d7bf5041f5458d614dfac Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Tue, 20 Jun 2023 10:29:51 +0200 Subject: [PATCH] Update NF icons --- config.def.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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" }, };