Skip to content

Instantly share code, notes, and snippets.

@porteusconf
Created August 5, 2022 17:57
Show Gist options
  • Save porteusconf/1b89c468368ef7b162cd2e1f29bb9979 to your computer and use it in GitHub Desktop.
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).
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