From bd098fbe589eb00fafdb6190a99b511763662865 Mon Sep 17 00:00:00 2001 From: spy Date: Sat, 14 May 2022 18:29:59 +0100 Subject: [PATCH] fix wifi --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index cbf4017..9ac8ee9 100644 --- a/config.h +++ b/config.h @@ -66,7 +66,7 @@ static const char unknown_str[] = "n/a"; static const struct arg args[] = { /* function format argument */ { run_command, " [ %s ]", "sb-volume" }, - { wifi_perc, " [  %s%% ]", "wlan0" }, + { wifi_perc, " [  %s%% ]", "wlp3s0" }, { disk_perc, " [  %s%% ]", "/" }, { ram_perc, " [  %s%% ]", NULL }, { cpu_perc, " [  %s%% ]", NULL },