User Tools

Site Tools


wiki:tools:conky

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
wiki:tools:conky [2025/10/22 18:18] cleitonwiki:tools:conky [2026/04/09 11:25] (current) cleiton
Line 94: Line 94:
     ${font Ubuntu:bold:size=10}NETWORK ${hr 2}     ${font Ubuntu:bold:size=10}NETWORK ${hr 2}
     ${font sans-serif:normal:size=8}Local IPs:${alignr}External IP:     ${font sans-serif:normal:size=8}Local IPs:${alignr}External IP:
-    ${execi 1000 ip a | grep inet | grep -vw lo | grep -v inet6 | cut -d \/ -f1 | sed 's/[^0-9\.]*//g'} ${alignr}${execi 1000  wget -q -O- http://v4.ipv6-test.com/api/myip.phpecho+    ${execi 1000 ip a | grep inet | grep -vw lo | grep -v inet6 | cut -d \/ -f1 | sed 's/[^0-9\.]*//g'} ${alignr}${execi 1000  curl -4 ifconfig.co;} 
-    ${alignr}${execi 1000  wget -q -O- http://v6.ipv6-test.com/api/myip.php; echo}+    ${alignr}${execi 1000  curl -6 ifconfig.co; echo}
     ${font sans-serif:normal:size=8}Down: ${downspeed enp9s0f0}  ${alignr}Up: ${upspeed enp9s0f0}      ${font sans-serif:normal:size=8}Down: ${downspeed enp9s0f0}  ${alignr}Up: ${upspeed enp9s0f0} 
     ${color lightgray}${downspeedgraph enp9s0f0 80,130 } ${alignr}${upspeedgraph enp9s0f0 80,130 }$color     ${color lightgray}${downspeedgraph enp9s0f0 80,130 } ${alignr}${upspeedgraph enp9s0f0 80,130 }$color
wiki/tools/conky.txt · Last modified: by cleiton

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki