From 91766c278b9d060105013b37e1f6e6489d3f217c Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Sat, 28 Jun 2025 02:24:09 +0400 Subject: chore: wifi percentage commented out - Wifi percentage module is very fragile on different machines --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h') 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 }, -- cgit v1.2.3