Anyone familiar with it?
I just discovered it, I find it absolutely brilliant. It lets you put text in your systray.
I used it to show the VPN server I was connected too (abbreviated). The "command" to display was cat thistext.txt. Every 4 seconds - can be configured. The .txt was written to by the connection script after connecting.
Now I don't use that one, and the one I use already does that... I was just thinking of some clever use for it.
I use ping -c 1 1.1.1.1 | awk '/rtt/ {print substr($4,0,7)}' - every 10 seconds. :-)
181.022 is (was at screenshot) my current ping time to Cloudflare.
I suggest:
1) Try it :-)
2) If you can think of clever uses for it, please share.
I just discovered it, I find it absolutely brilliant. It lets you put text in your systray.
I used it to show the VPN server I was connected too (abbreviated). The "command" to display was cat thistext.txt. Every 4 seconds - can be configured. The .txt was written to by the connection script after connecting.
Now I don't use that one, and the one I use already does that... I was just thinking of some clever use for it.
I use ping -c 1 1.1.1.1 | awk '/rtt/ {print substr($4,0,7)}' - every 10 seconds. :-)
181.022 is (was at screenshot) my current ping time to Cloudflare.
I suggest:
1) Try it :-)
2) If you can think of clever uses for it, please share.
Comment