diff options
author | Joe <rrbo@proton.me> | 2023-02-03 12:24:52 +0100 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-02-03 12:24:52 +0100 |
commit | 2ba2ce9f265e6e6b012f1d83a399bff19258ce41 (patch) | |
tree | 6217a8211bca20c06e8f9f1b51169a635007a6d4 /.local | |
parent | up (diff) | |
download | dotfiles-bsd-2ba2ce9f265e6e6b012f1d83a399bff19258ce41.tar.gz dotfiles-bsd-2ba2ce9f265e6e6b012f1d83a399bff19258ce41.tar.bz2 dotfiles-bsd-2ba2ce9f265e6e6b012f1d83a399bff19258ce41.tar.xz dotfiles-bsd-2ba2ce9f265e6e6b012f1d83a399bff19258ce41.tar.zst dotfiles-bsd-2ba2ce9f265e6e6b012f1d83a399bff19258ce41.zip |
up
Diffstat (limited to '.local')
-rwxr-xr-x | .local/bin/conky/net.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.local/bin/conky/net.sh b/.local/bin/conky/net.sh index 6b9aaf2..645104a 100755 --- a/.local/bin/conky/net.sh +++ b/.local/bin/conky/net.sh @@ -41,12 +41,10 @@ else exit fi -echo '${hr} -${color grey}Interface: ${font1}${color white}'$if_main'${font} +echo '${color grey}Interface: ${font1}${color white}'$if_main'${font} ${color grey}--------- ${color grey}LAN IP: ${font1}${color white}${addr '$if_main'}${font} ${color grey}Public IP: ${color white}${font1}${execi 300 curl -s https://ifconfig.me || echo No Address}${font}${color grey} -${color grey}Public IP: ${color white}${font1}${execi 300 echo '$if_main'}${font}${color grey} ${hr} ${color grey}Speed: ${font1}down: ${color white}${font1}${downspeed '$if_main'} ${color grey}- up: ${color white}${font1}${upspeed '$if_main'}${font} ${color grey}Down: ${color white}${downspeedgraph '$if_main' bfbfbf c0c0c0 125829120} |