Conky: Shrink graphs, add process table

This commit is contained in:
Salt 2018-07-18 17:37:00 -05:00
parent 54ebfff695
commit d193746478

View File

@ -49,27 +49,33 @@ ${font Roboto:style=Light:size=17}$alignr${time %I:%M %p}$font
${font Roboto:style=Light:size=12}$alignr${time %A, %B %d, %Y}$font
${color3}$hr$color
${font Roboto:style=Medium:size=10}CPU$font: $freq_g GHz$alignr$cpu%
${color8}${cpugraph cpu1 50,200} ${cpugraph cpu2 50,200}
${cpugraph cpu3 50,200} ${cpugraph cpu4 50,200}$color
${color8}${cpugraph cpu1 40,200} ${cpugraph cpu2 40,200}
${cpugraph cpu3 40,200} ${cpugraph cpu4 40,200}$color
${color3}$hr$color
${font Roboto:style=Medium:size=10}Memory$font: $mem out of $memmax$alignr$memperc%
${color9}${memgraph 50}$color
${color9}${memgraph 40}$color
${color3}$hr$color
${font Roboto:style=Medium:size=10}Disk$font (R/W):$alignr${diskio /dev/sda}
${color7}${diskiograph_read /dev/sda 50,200} ${diskiograph_write /dev/sda 50,200}$color
${color7}${diskiograph_read /dev/sda 40,200} ${diskiograph_write /dev/sda 40,200}$color
${color3}$hr$color${if_up wlp1s0}
${font Roboto:style=Medium:size=10}WLAN$font (U/D):$alignr${addr wlp1s0} on $wireless_essid
${color6}${upspeedgraph wlp1s0 50,200} ${downspeedgraph wlp1s0 50,200}$color$endif${if_up wlp5s0}
${color6}${upspeedgraph wlp1s0 40,200} ${downspeedgraph wlp1s0 40,200}$color$endif${if_up wlp5s0}
${font Roboto:style=Medium:size=10}WLAN$font (U/D):$alignr${addr wlp5s0} on $wireless_essid
${color6}${upspeedgraph wlp5s0 50,200} ${downspeedgraph wlp5s0 50,200}$color$endif${if_up enp0s31f6}
${color6}${upspeedgraph wlp5s0 40,200} ${downspeedgraph wlp5s0 40,200}$color$endif${if_up enp0s31f6}
${font Roboto:style=Medium:size=10}Ethernet$font (U/D):$alignr${addr enp0s31f6}
${color6}${upspeedgraph enp0s31f6 50,200} ${downspeedgraph enp0s31f6 50,200}$color$endif${if_up enp0s20f0u2}
${color6}${upspeedgraph enp0s31f6 40,200} ${downspeedgraph enp0s31f6 40,200}$color$endif${if_up enp0s20f0u2}
${font Roboto:style=Medium:size=10}USB Tether$font (U/D):$alignr${addr enp0s20f0u2}
${color6}${upspeedgraph enp0s20f0u2 50,200} ${downspeedgraph enp0s20f0u2 50,200}$color$endif
${color6}${upspeedgraph enp0s20f0u2 40,200} ${downspeedgraph enp0s20f0u2 40,200}$color$endif
${color3}$hr$color
${font Roboto:style=Medium:size=10}Processes$font: $running_processes running$alignr$processes total
${top name 1}$alignr${color8}${top cpu 1}%$color
${top name 2}$alignr${color8}${top cpu 2}%$color
${top name 3}$alignr${color8}${top cpu 3}%$color
${top_mem name 1}$alignr${color9}${top_mem mem 1}%$color
${top_mem name 2}$alignr${color9}${top_mem mem 2}%$color
${top_mem name 3}$alignr${color9}${top_mem mem 3}%$color
${color3}$hr$color
${font Roboto:style=Medium:size=10}Statistics$font:
Operating System: $sysname $kernel
Battery: $battery_percent% charged, $battery_time remaining
Uptime: $uptime
Processes: $processes total, $running_processes running
]]