summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2025-06-28 02:24:09 +0400
committerSuleyman Farajli <suleyman@farajli.net>2025-06-28 02:24:09 +0400
commit91766c278b9d060105013b37e1f6e6489d3f217c (patch)
tree05705ab63fbc9bee9358a2199561fa85f2dbb36c /config.h
parent8b9dd5d898a0e5a2b5086fac77e798de1e0c566b (diff)
chore: wifi percentage commented out
- Wifi percentage module is very fragile on different machines
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 9fcaf0f..2c6e51e 100644
--- a/config.h
+++ b/config.h
@@ -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 },