diff options
author | Joe <bousset.rudy@gmail.com> | 2023-02-27 20:59:15 +0100 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2023-02-27 20:59:15 +0100 |
commit | c0e0c6d7d1030d977869a4f674007703a3991d03 (patch) | |
tree | ba766a18fa8267e667bf88cc1319779541321dfd /.config | |
parent | up (diff) | |
download | dotfiles-bsd-c0e0c6d7d1030d977869a4f674007703a3991d03.tar.gz dotfiles-bsd-c0e0c6d7d1030d977869a4f674007703a3991d03.tar.bz2 dotfiles-bsd-c0e0c6d7d1030d977869a4f674007703a3991d03.tar.xz dotfiles-bsd-c0e0c6d7d1030d977869a4f674007703a3991d03.tar.zst dotfiles-bsd-c0e0c6d7d1030d977869a4f674007703a3991d03.zip |
up
Diffstat (limited to '.config')
-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 286252c..3df81ab 100644 --- a/.config/conky/conkyrc +++ b/.config/conky/conkyrc @@ -95,5 +95,5 @@ ${font2}${color2}${top_mem name 4} ${alignr}${top_mem pid 4} ${top_mem cpu 4} ${color1}--------- ${color1}Processes: ${font2}${color0}${processes}${font} ${execpi 15 ~/.local/bin/conky/net.sh} -${if_match "${nodename_short}" == "mother"}${color0}${downspeedgraph eth1 50,185 2ebdbb2 928374 56000000 -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} +${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} ]] |