From 3d38cdb866bc6360b1d00d6b8ebdc695fa41bb0d Mon Sep 17 00:00:00 2001 From: Sam Delmerico Date: Sat, 16 Jun 2018 00:39:14 -0400 Subject: forgot to include update for low battery frequency --- batteryarc-widget/batteryarc.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'batteryarc-widget') diff --git a/batteryarc-widget/batteryarc.lua b/batteryarc-widget/batteryarc.lua index 811eafe..48233f3 100644 --- a/batteryarc-widget/batteryarc.lua +++ b/batteryarc-widget/batteryarc.lua @@ -75,6 +75,8 @@ watch("acpi", 10, batteryarc.colors = { beautiful.widget_red } if status ~= 'Charging' and os.difftime(os.time(), last_battery_check) > 300 then -- if 5 minutes have elapsed since the last warning + last_battery_check = time() + show_battery_warning() end elseif charge > 15 and charge < 40 then -- cgit v1.2.3