Quote:
Originally Posted by bansheeat
I would like to show my Battery Status along with the Time. How can I do
that ?
|
If you haven't already done it read the notes related to battery in the provided sample config file, miniclock.example.cfg.
These are the relevant entries I have used in my own miniclock.cfg file.
Code:
format=%H:%M - {battery}
battery_min=0
battery_max=100
battery_source=/sys/devices/platform/pmic_battery.1/power_supply/mc13892_bat/capacity
Your
format=... entry will probably be a bit different. The addition of the {battery} bit is what's important.