diff options
author | Joe <rrbo@proton.me> | 2023-03-30 10:54:02 +0200 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-03-30 10:54:02 +0200 |
commit | e14203f74fd7926494a22157e5be8e428bf6bb61 (patch) | |
tree | 2ae2c260212ae094d0bf4b543073ff8b5fdd7bd4 /.config/conky/conkyrc | |
parent | up (diff) | |
download | dotfiles-bsd-e14203f74fd7926494a22157e5be8e428bf6bb61.tar.gz dotfiles-bsd-e14203f74fd7926494a22157e5be8e428bf6bb61.tar.bz2 dotfiles-bsd-e14203f74fd7926494a22157e5be8e428bf6bb61.tar.xz dotfiles-bsd-e14203f74fd7926494a22157e5be8e428bf6bb61.tar.zst dotfiles-bsd-e14203f74fd7926494a22157e5be8e428bf6bb61.zip |
up
Diffstat (limited to '.config/conky/conkyrc')
-rw-r--r-- | .config/conky/conkyrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/conky/conkyrc b/.config/conky/conkyrc index a541cfd..15654f3 100644 --- a/.config/conky/conkyrc +++ b/.config/conky/conkyrc @@ -92,7 +92,7 @@ ${color tomato}${nvidiabar gpuutil} ${color tomato}${offset 10}${nvidiagraph gpuutil 30,184 000000 FF6347} ${nvidiagraph mem 30,184 000000 FF6347} ${voffset 13} ${goto 25}${color0}GPU Usage: ${execi 5 radeontop -d- -l1 | grep -o 'gpu [0-9]\{1,3\}' | cut -c 5-10}%${voffset -30}${goto 215}VRAM Usage: ${execi 5 radeontop -d- -l1 | grep -o 'vram [0-9]\{1,3\}' | cut -c 5-10}%${endif}${if_match "${nodename_short}" == "po-rbo"} ${color0}${font ConkySymbols:size=18}n${font :bold:} GPU${font}${goto 140}${voffset -6}AMD Renoir @ ${exec awk 'NR==2{print $2}' /sys/class/drm/card0/device/pp_dpm_sclk}${alignr}${font :bold:}${execi 5 radeontop -d- -l1 | grep -o 'gpu [0-9]\{1,3\}' | cut -c 5-10}%${font} ${color tomato}${execbar "radeontop -d- -l1 | grep -o 'gpu [0-9]\{1,3\}' | cut -c 5-10"} -${color tomato}${offset 10}${execgraph "radeontop -d- -l1 | grep -o 'gpu [0-9]\{1,3\}' | cut -c 5-10" 30,182 000000 FF6347} ${execgraph "radeontop -d- -l1 | grep -o 'vram [0-9]\{1,3\}' | cut -c 5-10 | awk '{print $1 - 100}'" 30,182 000000 FF6347} ${voffset 13} ${goto 25}${color0}GPU Usage: ${execi 5 radeontop -d- -l1 | grep -o 'gpu [0-9]\{1,3\}' | cut -c 5-10}%${voffset -30}${goto 215}VRAM Usage: ${execi 5 radeontop -d- -l1 | grep -o 'vram [0-9]\{1,3\}' | cut -c 5-10 | awk '{print $1 - 100}'}% +${color tomato}${offset 10}${execgraph "radeontop -d- -l1 | grep -o 'gpu [0-9]\{1,3\}' | cut -c 5-10" 30,182 000000 FF6347} ${execgraph "radeontop -d- -l1 | grep -o 'vram [0-9]\{1,3\}' | cut -c 5-10 | awk '{print $1 - 99}'" 30,182 000000 FF6347} ${voffset 13} ${goto 25}${color0}GPU Usage: ${execi 5 radeontop -d- -l1 | grep -o 'gpu [0-9]\{1,3\}' | cut -c 5-10}%${voffset -30}${goto 215}VRAM Usage: ${execi 5 radeontop -d- -l1 | grep -o 'vram [0-9]\{1,3\}' | cut -c 5-10 | awk '{print $1 - 99}'}% ${endif} ${color1}DISK ${hr 2}${font} ${alignr}${if_match "${nodename_short}" == "mother"}${color1}NVMe temp:${color0}${hwmon 1 temp 1}°C${endif}${if_match "${nodename_short}" == "po-rbo"}${color1}NVMe temp:${color0}${hwmon 2 temp 1}°C${endif}${font} |