diff options
author | Joe <rrbo@proton.me> | 2023-02-14 10:32:16 +0100 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-02-14 10:32:16 +0100 |
commit | 48c1a9ae7b9b43df799845e1960f35173165ebd0 (patch) | |
tree | 762c29f66fa25f52720a8fe73d7be5169efd042d | |
parent | up (diff) | |
download | dotfiles-bsd-48c1a9ae7b9b43df799845e1960f35173165ebd0.tar.gz dotfiles-bsd-48c1a9ae7b9b43df799845e1960f35173165ebd0.tar.bz2 dotfiles-bsd-48c1a9ae7b9b43df799845e1960f35173165ebd0.tar.xz dotfiles-bsd-48c1a9ae7b9b43df799845e1960f35173165ebd0.tar.zst dotfiles-bsd-48c1a9ae7b9b43df799845e1960f35173165ebd0.zip |
up
Diffstat (limited to '')
-rw-r--r-- | .config/conky/conkyrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/conky/conkyrc b/.config/conky/conkyrc index 5d0dde7..292ead5 100644 --- a/.config/conky/conkyrc +++ b/.config/conky/conkyrc @@ -89,4 +89,5 @@ ${color #928374}--------- ${color #928374}Processes: ${font2}${color #ebdbb2}${processes}${font} ${execpi 5 ~/.local/bin/conky/net.sh} ${if_match "${nodename_short}" == "mother"}${color #ebdbb2}${downspeedgraph eth1 50,160 bfbfbf c0c0c0 125829120 -t}${goto 195}${color #ebdbb2}${upspeedgraph eth1 50,185 bfbfbf c0c0c0 125829120 -t}${endif}${if_match "${nodename_short}" == "po-rbo"}${color #ebdbb2}${downspeedgraph enx4ce1734c425a 50,160 bfbfbf c0c0c0 125829120 -t}${goto 195}${color #ebdbb2}${upspeedgraph enx4ce1734c425 50,185 bfbfbf c0c0c0 125829120 -t}${endif} +#${if_match "${nodename_short}" == "mother"}${color #ebdbb2}${downspeedgraph eth1 50,160 bfbfbf c0c0c0 125829120 -t}${goto 195}${color #ebdbb2}${upspeedgraph eth1 50,185 bfbfbf c0c0c0 125829120 -t}${endif}${if_match "${nodename_short}" == "po-rbo"}${color #ebdbb2}${downspeedgraph enx4ce1734c425a50,160 bfbfbf c0c0c0 125829120 -t}${goto 195}${color #ebdbb2}${upspeedgraph wlp1s0 50,185 bfbfbf c0c0c0 125829120 -t}${endif} ]] |