You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For this task add user configuration option to toggle the use of icons that have the charging symbol on them when the AC power is connected.
The structure is a list of icons and the max power required to show that icon. You can check the vertical icon handling code to see how to implement for other icons.
local function discharging_battery_icon_for_percent(p)
The text was updated successfully, but these errors were encountered:
In battery.lua you will find
local charging_battery_icons
For this task add user configuration option to toggle the use of icons that have the charging symbol on them when the AC power is connected.
The structure is a list of icons and the max power required to show that icon. You can check the vertical icon handling code to see how to implement for other icons.
The text was updated successfully, but these errors were encountered: