slstatus

my slstatus build
git clone https://git.afify.dev/slstatus.git
Log | Files | Refs | README | LICENSE

commit 91befaf826dec6724ab21354f3aec940cbdce776
parent d3ff2acc30808bb80a4d81c7f3a5e7f4073461e8
Author: afify <hassan@afify.dev>
Date:   Tue, 12 Jul 2022 17:09:28 +0300

add rfkill

Diffstat:
Mconfig.h | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/config.h b/config.h @@ -65,11 +65,9 @@ static const char unknown_str[] = ""; */ static const struct arg args[] = { /* function format argument */ - - //microphone - { wifi_essid, "%s", "wlan0"}, { wifi_perc, "%s ", "wlan0"}, + { run_command, "%s", "sh /home/hassan/.scripts/check_rfkill.sh"}, { run_command, "%s", "sh /home/hassan/.scripts/check_mic.sh"}, { run_command, "%s", "sh /home/hassan/.scripts/check_ffmpeg.sh"}, { run_command, "%s", "sh /home/hassan/.scripts/check_bluetooth.sh"},