summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe <rrbo@proton.me>2023-02-20 14:50:13 +0100
committerJoe <rrbo@proton.me>2023-02-20 14:50:13 +0100
commit3f6cc5907e38b4379b29864815259ceb83acd2fc (patch)
tree164a5e386a2626910b23d0a5a96aa72da1410e59
parentup (diff)
downloaddotfiles-bsd-3f6cc5907e38b4379b29864815259ceb83acd2fc.tar.gz
dotfiles-bsd-3f6cc5907e38b4379b29864815259ceb83acd2fc.tar.bz2
dotfiles-bsd-3f6cc5907e38b4379b29864815259ceb83acd2fc.tar.xz
dotfiles-bsd-3f6cc5907e38b4379b29864815259ceb83acd2fc.tar.zst
dotfiles-bsd-3f6cc5907e38b4379b29864815259ceb83acd2fc.zip
up
-rw-r--r--.config/conky/conkyrc4
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}
]]