summaryrefslogtreecommitdiffstats
path: root/.local
diff options
context:
space:
mode:
authorJoe <rrbo@proton.me>2023-02-03 12:15:45 +0100
committerJoe <rrbo@proton.me>2023-02-03 12:15:45 +0100
commit5d57a6ac69a5c4879f80394d8bfcf9499d1a1221 (patch)
treea20b5d5f95b88cea25505c82bedef4c0efd05259 /.local
parentup (diff)
downloaddotfiles-bsd-5d57a6ac69a5c4879f80394d8bfcf9499d1a1221.tar.gz
dotfiles-bsd-5d57a6ac69a5c4879f80394d8bfcf9499d1a1221.tar.bz2
dotfiles-bsd-5d57a6ac69a5c4879f80394d8bfcf9499d1a1221.tar.xz
dotfiles-bsd-5d57a6ac69a5c4879f80394d8bfcf9499d1a1221.tar.zst
dotfiles-bsd-5d57a6ac69a5c4879f80394d8bfcf9499d1a1221.zip
up
Diffstat (limited to '')
-rwxr-xr-x.local/bin/conky/net.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/.local/bin/conky/net.sh b/.local/bin/conky/net.sh
index 6e6c838..6b9aaf2 100755
--- a/.local/bin/conky/net.sh
+++ b/.local/bin/conky/net.sh
@@ -45,10 +45,10 @@ echo '${hr}
${color grey}Interface: ${font1}${color white}'$if_main'${font}
${color grey}---------
${color grey}LAN IP: ${font1}${color white}${addr '$if_main'}${font}
-${color grey}VPN IP: ${font1}${color white}${addr proton0}${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}Down: ${color white}${font1}${downspeed '$if_main'} ${font}${color grey}- Up: ${color white}${font1}${upspeed '$if_main'}${font}
+${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}
${color grey}Up: ${color white}${upspeedgraph '$if_main' bfbfbf c0c0c0 125829120}
${hr}
@@ -56,3 +56,5 @@ ${color grey}DNS:
${font1}${color white}${nameserver 0}${font}
${font1}${color white}${nameserver 1}${font}
${hr}'
+
+# ${color grey}VPN IP: ${font1}${color white}${addr proton0}${font}