From 7255404fce43735220b5f9df1acee284af060ebf Mon Sep 17 00:00:00 2001 From: Daniele Fucini Date: Thu, 10 Aug 2023 09:59:53 +0200 Subject: [PATCH] Update conky.conf --- .config/conky/conky.conf | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.config/conky/conky.conf b/.config/conky/conky.conf index 32aca9d..cd80b39 100644 --- a/.config/conky/conky.conf +++ b/.config/conky/conky.conf @@ -13,7 +13,6 @@ conky.config = { alignment = 'top_right', - xinerama_head = 0, background = false, border_width = 1, 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 2} ${top pid 2} ${top cpu 2} ${top mem 2} ${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 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} ${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} @@ -88,8 +91,4 @@ ${downspeedgraph wlo1 32,155 104E8B ffffff} ${goto 230}${upspeedgraph wlo1 32,15 ${endif} ${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} -${if_mpd_playing} -${voffset -12}${font :size=14}MUSIC ${font}$hr -${voffset 4}${scroll 40 4 ${mpd_smart} (${mpd_album})} -${endif} ]]