diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2025-06-28 02:24:09 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2025-06-28 02:24:09 +0400 |
commit | 91766c278b9d060105013b37e1f6e6489d3f217c (patch) | |
tree | 05705ab63fbc9bee9358a2199561fa85f2dbb36c /config.h | |
parent | 8b9dd5d898a0e5a2b5086fac77e798de1e0c566b (diff) |
chore: wifi percentage commented out
- Wifi percentage module is very fragile on different machines
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -66,7 +66,7 @@ static const char unknown_str[] = "n/a"; static const struct arg args[] = { /* function format argument interval signal */ { run_command ,"vol: %s%% | " ,"svol -p" ,0 , 10 }, - { wifi_perc ,"wifi:%3s%% | " ,"wlan0" ,5 , -1 }, + /* { wifi_perc ,"wifi:%3s%% | " ,"wlan0" ,5 , -1 }, */ { cpu_perc ,"cpu:%3s%% | " ,NULL ,2 , -1 }, { ram_used ,"ram:%3s | " ,NULL ,2 , -1 }, { battery_perc ,"bat:%3s%% | " ,"BAT0" ,10 , -1 }, |