diff options
| -rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ", "" }, |
