Update conky.conf

This commit is contained in:
daniele 2023-08-10 09:59:53 +02:00
parent dd52514543
commit 7255404fce
Signed by: fuxino
GPG Key ID: 981A2B2A3BBF5514

View File

@ -13,7 +13,6 @@
conky.config = { conky.config = {
alignment = 'top_right', alignment = 'top_right',
xinerama_head = 0,
background = false, background = false,
border_width = 1, border_width = 1,
cpu_avg_samples = 2, cpu_avg_samples = 2,
@ -70,8 +69,12 @@ ${voffset 4}${color grey}Process PID CPU% MEM%
${color} ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1} ${color} ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
${color} ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2} ${color} ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
${color} ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3} ${color} ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
${voffset 6}${color}${font :size=14}GPU ${font}$hr
${voffset 4}${color grey}Model: ${color}${exec lspci | grep VGA | grep NVIDIA | cut -d[ -f2 | cut -d] -f1}
${color grey}Usage:${color}${execi 15 nvidia-smi -q -d UTILIZATION | grep Gpu | cut -d: -f2}
${color grey}Temperature: ${color}${execi 30 nvidia-smi --query-gpu=temperature.gpu --format=csv,noheader,nounits}°C
${voffset 6}${font :size=14}MEMORY ${font}$hr ${voffset 6}${font :size=14}MEMORY ${font}$hr
${voffset 4}${color grey}Memory usage: ${color}${memperc}% of ${memmax} ${voffset 3}${membar}${voffset -3} ${voffset 4}${color grey}RAM usage: ${color}${memperc}% of ${memmax} ${voffset 3}${membar}${voffset -3}
${color grey}Swap usage: ${color}${swapperc}% of ${swapmax} ${voffset 3}${swapbar}${voffset -3} ${color grey}Swap usage: ${color}${swapperc}% of ${swapmax} ${voffset 3}${swapbar}${voffset -3}
${voffset 4}${color grey}Process PID CPU% MEM% ${voffset 4}${color grey}Process PID CPU% MEM%
${color} ${top_mem name 1} ${top_mem pid 1} ${top_mem cpu 1} ${top_mem mem 1} ${color} ${top_mem name 1} ${top_mem pid 1} ${top_mem cpu 1} ${top_mem mem 1}
@ -88,8 +91,4 @@ ${downspeedgraph wlo1 32,155 104E8B ffffff} ${goto 230}${upspeedgraph wlo1 32,15
${endif} ${endif}
${voffset -24}${color}${font :size=14}UPDATES ${font}$hr ${voffset -24}${color}${font :size=14}UPDATES ${font}$hr
${voffset 4}${color grey}${alignc}Arch: ${color}${execi 1800 checkupdates | wc -l} ${color grey}AUR: ${color}${execi 1800 aur repo -u | wc -l} ${voffset 4}${color grey}${alignc}Arch: ${color}${execi 1800 checkupdates | wc -l} ${color grey}AUR: ${color}${execi 1800 aur repo -u | wc -l}
${if_mpd_playing}
${voffset -12}${font :size=14}MUSIC ${font}$hr
${voffset 4}${scroll 40 4 ${mpd_smart} (${mpd_album})}
${endif}
]] ]]