I'd like to print on the LXDE Pannel (LXPanel) the IP address of my Raspberry Pi, so I can have a direct view about how to connect to the Pi from another computer when I reboot it, since its IP is defined dynamically and I have no keyboard nor mouse connected to the Pi
I'd like something like this :
I'm looking for a solution to print the output of a command, like in MATE, where a "command Applet" allows to print a command like :
ifconfig | grep inet | head -n 1 | awk '{print $2}'
Some one has an idea to do the same for LXDE ?