config: barpyrus: config.py: add cpu and memory load factor to conky

This commit is contained in:
Thomas Preisner 2018-03-02 01:41:12 +01:00
parent 35d203b5cd
commit 37516662d1

View file

@ -53,7 +53,9 @@ def conky_icon(icon_code, icon_color, text_color = 'lightgrey'):
return text return text
# conky specific configuration # conky specific configuration
conky_text = '' # cpu and memory load factor
conky_text = conky_icon('\ue026', 'green') + '${cpu}% '
conky_text += conky_icon('\ue021', 'green') + '${memperc}% '
# options for hlwm.HLWMLayoutSwitcher widget # options for hlwm.HLWMLayoutSwitcher widget
xkblayouts = [ xkblayouts = [