Merge pull request #340 from Dzban-Diego/patch-1

No brattery - no popup
This commit is contained in:
streetturtle 2022-02-22 13:32:04 -05:00 committed by GitHub
commit b8e3a861f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ local function worker(user_args)
level_widget.text = string.format('%d%%', charge) level_widget.text = string.format('%d%%', charge)
end end
if (charge >= 0 and charge < 15) then if (charge >= 1 and charge < 15) then
batteryType = "battery-empty%s-symbolic" batteryType = "battery-empty%s-symbolic"
if enable_battery_warning and status ~= 'Charging' and os.difftime(os.time(), last_battery_check) > 300 then if enable_battery_warning and status ~= 'Charging' and os.difftime(os.time(), last_battery_check) > 300 then
-- if 5 minutes have elapsed since the last warning -- if 5 minutes have elapsed since the last warning