From 2ba2ce9f265e6e6b012f1d83a399bff19258ce41 Mon Sep 17 00:00:00 2001 From: Joe Date: Fri, 3 Feb 2023 12:24:52 +0100 Subject: up --- .local/bin/conky/net.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.local/bin/conky') 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} -- cgit v1.2.3