From f8c47cfe2e1a71a413cc6ee311d8c025e2950257 Mon Sep 17 00:00:00 2001 From: Chris Sobczak Date: Tue, 7 Jul 2026 16:55:36 -0700 Subject: Update wireless device --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index a22eff7..1eb6086 100644 --- a/config.h +++ b/config.h @@ -67,7 +67,7 @@ static const char unknown_str[] = ""; static const struct arg args[] = { /* function format argument */ { run_command, "%s ", "/home/chris/assets/scripts/traffic" }, - { wifi_perc, "%s ", "wlp3s0" }, + { wifi_perc, "%s ", "wlan0" }, { run_command, "%s ", "/home/chris/assets/scripts/cpu-temp" }, { run_command, "ϕ%s ", "/home/chris/assets/scripts/cpu-scaling rate" }, { ram_used, "🐏%s ", "" }, -- cgit v1.2.3