summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
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 ", "" },