diff options
author | Joe <rrbo@proton.me> | 2023-03-13 16:11:54 +0100 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-03-13 16:11:54 +0100 |
commit | cd8880e2ebbcfbe6c543a25771d2207542eaa008 (patch) | |
tree | 2a7f5584b611d71f5e5fc2eaa0672ecb2c65f477 /.config/conky/conkyrc | |
parent | up (diff) | |
download | dotfiles-bsd-cd8880e2ebbcfbe6c543a25771d2207542eaa008.tar.gz dotfiles-bsd-cd8880e2ebbcfbe6c543a25771d2207542eaa008.tar.bz2 dotfiles-bsd-cd8880e2ebbcfbe6c543a25771d2207542eaa008.tar.xz dotfiles-bsd-cd8880e2ebbcfbe6c543a25771d2207542eaa008.tar.zst dotfiles-bsd-cd8880e2ebbcfbe6c543a25771d2207542eaa008.zip |
up
Diffstat (limited to '.config/conky/conkyrc')
-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 7373187..5a4b7b4 100644 --- a/.config/conky/conkyrc +++ b/.config/conky/conkyrc @@ -99,6 +99,6 @@ ${font2}${color0}${top_mem name 3} ${alignr}${top_mem pid 3} ${top_mem cpu 3} ${font2}${color2}${top_mem name 4} ${alignr}${top_mem pid 4} ${top_mem cpu 4} ${top_mem mem_res 4}${font} ${color1}--------- ${color1}Processes: ${font2}${color0}${processes}${font} -${execpi 15 ~/.local/bin/conky/net.sh} -${if_match "${nodename_short}" == "mother"}${color0}${downspeedgraph eth1 50,185 ebdbb2 928374 256000000 -t}${goto 195}${color0}${upspeedgraph eth1 50,180 ebdbb2 928374 256000000 -t}${endif}${if_match "${nodename_short}" == "po-rbo"}${color0}${downspeedgraph enx4ce1734c425a 50,180 ebdbb2 928374 128000000 -t}${goto 195}${color0}${upspeedgraph enx4ce1734c425a 50,180 ebdbb2 928374 128000000 -t}${endif} +${execpi 5 ~/.local/bin/conky/net.sh} +${if_match "${nodename_short}" == "mother"}${color0}${downspeedgraph eth1 50,185 ebdbb2 928374 256000000 -t}${goto 195}${color0}${upspeedgraph eth1 50,180 ebdbb2 928374 256000000 -t}${endif}${if_match "${nodename_short}" == "po-rbo"}${color0}${downspeedgraph enx34298f762de7 50,180 ebdbb2 928374 128000000 -t}${goto 195}${color0}${upspeedgraph enx34298f762de7 50,180 ebdbb2 928374 128000000 -t}${endif} ]] |