|
|
|
|
@ -82,7 +82,9 @@ ${cpubar cpu5 7,60} ${cpubar cpu6 7,60} ${cpubar cpu7 7,60} ${cpubar cpu8 7,60}
|
|
|
|
|
${cpubar cpu9 7,60} ${cpubar cpu10 7,60} ${cpubar cpu11 7,60} ${cpubar cpu12 7,60} |
|
|
|
|
${cpubar cpu13 7,60} ${cpubar cpu14 7,60} ${cpubar cpu15 7,60} ${cpubar cpu16 7,60} |
|
|
|
|
${cpugraph -t 30,280 119911 FF0000} |
|
|
|
|
temps: ${alignr}${hwmon k10temp temp 1}°C ${hwmon k10temp temp 2}°C |
|
|
|
|
temps: CPU ${hwmon k10temp temp 1}°C \ |
|
|
|
|
GPU ${execi 5 sensors -u | grep temp2_input -m 1 | cut -d ' ' -f 4 | cut -d '.' -f 1} °C |
|
|
|
|
#${hwmon k10temp temp 2}°C |
|
|
|
|
|
|
|
|
|
# MEMORY ---------------------------- |
|
|
|
|
${voffset -10} |
|
|
|
|
@ -106,9 +108,12 @@ write: ${goto 80}${diskiograph_write 15,210 FF0000 8B0000 750}
|
|
|
|
|
|
|
|
|
|
# VIDEO CARD ----------------------- |
|
|
|
|
GPU ${hr 2} |
|
|
|
|
GPU usage: ${nvidia gpuutil}% |
|
|
|
|
GPU freq: ${nvidia gpufreqcur} Mhz / ${nvidia gpufreqmax} Mhz |
|
|
|
|
GMEM usage: ${nvidia memused} MB / ${nvidia memmax} MB |
|
|
|
|
#GPU usage: ${nvidia gpuutil}% |
|
|
|
|
#GPU freq: ${nvidia gpufreqcur} Mhz / ${nvidia gpufreqmax} Mhz |
|
|
|
|
#GMEM usage: ${nvidia memused} MB / ${nvidia memmax} MB |
|
|
|
|
usage: ${execi 5 radeontop -l1 -t1 -d - | grep --color=never -o 'gpu [0-9]\{1,3\}' | cut -c 5-10}% |
|
|
|
|
gmem ${execi 5 radeontop -l1 -t1 -d - | grep --color=never -o 'vram [0-9]\{1,3\}.[0-9]\{2\}% [0-9]\{1,5\}' | cut -d ' ' -f 3}MB \ |
|
|
|
|
${execi 5 radeontop -l1 -t1 -d - | grep --color=never -o 'vram [0-9]\{1,3\}' | cut -c 6-10}% |
|
|
|
|
|
|
|
|
|
# NETWORK ---------------------------- |
|
|
|
|
${voffset -10} |
|
|
|
|
|