Created
August 5, 2022 17:57
-
-
Save porteusconf/1b89c468368ef7b162cd2e1f29bb9979 to your computer and use it in GitHub Desktop.
conky can show %charged for more than one battery. Like some lenovo laptops have both a non-removable battery and bigger removable bat (like x240).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Battery0: ${battery_percent BAT0}% ${alignr}${color8}${battery_bar 8,70 BAT0} | |
Battery1: ${battery_percent BAT1}% ${alignr}${color8}${battery_bar 8,70 BAT1} | |
]] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment