Run less frequently, and add additional items on memory hog list.
This commit is contained in:
parent
bfcdd12ca4
commit
96c696450a
1 changed files with 4 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/conky -d -c
|
#!/usr/bin/conky -d -c
|
||||||
## .conkyrc configuration
|
## .conkyrc configuration
|
||||||
update_interval 7.0
|
update_interval 25.0
|
||||||
update_interval_on_battery 20.0
|
update_interval_on_battery 40.0
|
||||||
|
|
||||||
alignment top_right
|
alignment top_right
|
||||||
|
|
||||||
|
|
@ -82,6 +82,8 @@ ${voffset -10}${color2}${font led:size=10}I/O HOGS ${font}$hr
|
||||||
${voffset -7}${color}${font}NAME ${goto 90}PID${goto 120}CPU% ${goto 156}MEM%
|
${voffset -7}${color}${font}NAME ${goto 90}PID${goto 120}CPU% ${goto 156}MEM%
|
||||||
${color}${font :size=6}${goto 9}${top_io name 1}${goto 85}${top_io pid 1}${goto 120}${top_io cpu 1}${goto 156 }${top_io mem 1}
|
${color}${font :size=6}${goto 9}${top_io name 1}${goto 85}${top_io pid 1}${goto 120}${top_io cpu 1}${goto 156 }${top_io mem 1}
|
||||||
${color}${font :size=6}${goto 9}${top_io name 2}${goto 85}${top_io pid 2}${goto 120}${top_io cpu 2}${goto 156}${top_io mem 2}
|
${color}${font :size=6}${goto 9}${top_io name 2}${goto 85}${top_io pid 2}${goto 120}${top_io cpu 2}${goto 156}${top_io mem 2}
|
||||||
|
${color}${font :size=6}${goto 9}${top_io name 3}${goto 85}${top_io pid 3}${goto 120}${top_io cpu 3}${goto 156}${top_io mem 3}
|
||||||
|
${color}${font :size=6}${goto 9}${top_io name 4}${goto 85}${top_io pid 4}${goto 120}${top_io cpu 4}${goto 156}${top_io mem 4}
|
||||||
|
|
||||||
|
|
||||||
${if_up wlan0}
|
${if_up wlan0}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue