Topic: really basic: remaining battery time and percent in conky (wheezy)
Hi guys,
I am most likely to blame for something (I always am) but anyways: conky's battery_bar etc. did not work for me. So I googled and found references to at proc file i could concatenate. However, I don't have a battery file in my /proc dir, so this I what I did instead:
Remaining: ${execi 60 acpi -b | awk '{print$5}'} ${alignr} (${execi 60 acpi -b | awk '{print $4}' | cut -b -3}) Extremely simple - but since I could find the solution to the problem I had, maybe this will help someone.
Good day
Andreas