commit ffcfd42ef4002e6a2bce9c29c4fb763ce1a4a1dd
parent ca7822f1dc87d55c66796169fc67959677a834e8
Author: afify <hassan@afify.dev>
Date: Sat, 25 Jun 2022 09:22:16 +0300
use battery script
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.h b/config.h
@@ -68,7 +68,7 @@ static const struct arg args[] = {
{ run_command, "%s ", "sh /home/hassan/.scripts/check_bluetooth.sh"},
{ wifi_perc, "%s ", "wlan0"},
{ wifi_essid, "%s ", "wlan0"},
- { battery_perc, "%s ", "BAT1"},
+ { run_command, "%s ", "sh /home/hassan/.scripts/check_battery.sh"},
{ run_command, "%s ", "sh /home/hassan/.scripts/check_ssh.sh"},
{ run_command, "%s ", "azan" },
{ load_avg, "%s ", NULL },