diff options
| author | Chris Sobczak <chris@sobczak.family> | 2026-07-07 16:55:36 -0700 |
|---|---|---|
| committer | Chris Sobczak <chris@sobczak.family> | 2026-07-12 12:57:29 -0700 |
| commit | f8c47cfe2e1a71a413cc6ee311d8c025e2950257 (patch) | |
| tree | 4aada13f3e801fef627800b3ef42aeb8fd64f9b8 /config.h | |
| parent | 087452db822df203aae7f2ea1088f01b78a21422 (diff) | |
Diffstat (limited to 'config.h')
| -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 ", "" }, |
