config: barpyrus: config.py: add network download and upload speed
This commit is contained in:
parent
4d2bd4cc53
commit
b40d85d559
1 changed files with 3 additions and 1 deletions
|
|
@ -61,9 +61,11 @@ conky_text += '${endif}'
|
|||
conky_text += '${endif}'
|
||||
conky_text += '${acpitemp}°C '
|
||||
|
||||
# cpu and memory load factor
|
||||
# misc system information
|
||||
conky_text += conky_icon('\ue026', 'green') + '${cpu}% '
|
||||
conky_text += conky_icon('\ue021', 'green') + '${memperc}% '
|
||||
conky_text += conky_icon('\ue13c', 'green') + '${downspeedf wlp3s0}K '
|
||||
conky_text += conky_icon('\ue13b', 'green') + '${upspeedf}K '
|
||||
|
||||
# battery display
|
||||
bat_icons = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue