diff options
-rw-r--r-- | .config/conky/conkyrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/conky/conkyrc b/.config/conky/conkyrc index 3922b99..aa43dde 100644 --- a/.config/conky/conkyrc +++ b/.config/conky/conkyrc @@ -76,7 +76,7 @@ ${memgraph 50,380 ebdbb2 928374 -t} ${voffset -24}${hr} ${color #928374}SWAP: ${font2}${color #ebdbb2}${swap} / ${swapmax} ${color #ebdbb2}${swapbar 8}${font} ${font1}DISK ${hr 2}${font} -${alignr}${if_match "${nodename_short}" == "mother"}${color #928374}NVMe temp: ${font2}${color #ebdbb2}${hwmon 1 temp 1}°C${endif}${font} +${alignr}${if_match "${nodename_short}" == "mother"}${color #928374}NVMe temp: ${font2}${color #ebdbb2}${hwmon 1 temp 1}°C${endif}${if_match "${nodename_short}" == "po-rbo"}${color #928374}NVMe temp: ${font2}${color #ebdbb2}${hwmon 2 temp 1}°C${endif}${font} ${diskiograph nvme0n1 50,380 ebdbb2 928374 -t} ${voffset -24}${hr} ${color #928374}NVMe: ${font2}${color #ebdbb2}${fs_bar 8 /}${font}${if_match "${nodename_short}" == "mother"} @@ -90,5 +90,5 @@ ${font2}${color #928374}${top_mem name 4} ${alignr}${top_mem pid 4} ${top_mem c ${color #928374}--------- ${color #928374}Processes: ${font2}${color #ebdbb2}${processes}${font} ${execpi 15 ~/.local/bin/conky/net.sh} -${if_match "${nodename_short}" == "mother"}${color #ebdbb2}${downspeedgraph eth1 50,160 ebdbb2 928374 256000000 -t}${goto 195}${color #ebdbb2}${upspeedgraph eth1 50,185 ebdbb2 928374 256000000 -t}${endif}${if_match "${nodename_short}" == "po-rbo"}${color #ebdbb2}${downspeedgraph enx4ce1734c425a 50,160 ebdbb2 928374 128000000 -t}${goto 195}${color #ebdbb2}${upspeedgraph enx4ce1734c425a 50,185 ebdbb2 928374 128000000 -t}${endif} +${if_match "${nodename_short}" == "mother"}${color #ebdbb2}${downspeedgraph eth1 50,185 ebdbb2 928374 256000000 -t}${goto 195}${color #ebdbb2}${upspeedgraph eth1 50,180 ebdbb2 928374 256000000 -t}${endif}${if_match "${nodename_short}" == "po-rbo"}${color #ebdbb2}${downspeedgraph enx4ce1734c425a 50,180 ebdbb2 928374 128000000 -t}${goto 195}${color #ebdbb2}${upspeedgraph enx4ce1734c425a 50,180 ebdbb2 928374 128000000 -t}${endif} ]] |