Added battery status

main
mandlm 2018-11-18 14:52:12 +01:00
parent fdc54bd0a5
commit ce4ccbdf64
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ conky.config = {
conky.text = [[
${color}Uptime:$color $uptime
${if_existing /proc/acpi/battery/BAT1}${color}Battery: ${battery_percent BAT1}% ${battery_bar 4 BAT1}$endif
${color}Frequency:$color $freq_g GHz
${color}RAM Usage:$color $mem/$memmax - $memperc% ${membar 4}
${color}Swap Usage:$color $swap/$swapmax - $swapperc% ${swapbar 4}