diff options
author | Joe <rrbo@proton.me> | 2023-02-20 14:07:05 +0100 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-02-20 14:07:05 +0100 |
commit | bbe74e1e6446ab0f57f13d18c8b734db119c64a4 (patch) | |
tree | a166dc6a6504f01d21bcfc61d0f3eba7ab6bf5c2 /.config | |
parent | up (diff) | |
download | dotfiles-bsd-bbe74e1e6446ab0f57f13d18c8b734db119c64a4.tar.gz dotfiles-bsd-bbe74e1e6446ab0f57f13d18c8b734db119c64a4.tar.bz2 dotfiles-bsd-bbe74e1e6446ab0f57f13d18c8b734db119c64a4.tar.xz dotfiles-bsd-bbe74e1e6446ab0f57f13d18c8b734db119c64a4.tar.zst dotfiles-bsd-bbe74e1e6446ab0f57f13d18c8b734db119c64a4.zip |
up
Diffstat (limited to '')
-rw-r--r-- | .config/conky/conkyrc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/conky/conkyrc b/.config/conky/conkyrc index 820d215..3922b99 100644 --- a/.config/conky/conkyrc +++ b/.config/conky/conkyrc @@ -91,5 +91,4 @@ ${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,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 wlp1s0 50,160 ebdbb2 928374 128000000 -t}${goto 195}${color #ebdbb2}${upspeedgraph wlp1s0 50,185 ebdbb2 928374 128000000 -t}${endif} ]] |