How to display IP address on Raspberry Pi desktop
With ShowIP plugin you can display the Ethernet or Wifi IP in your LXPanel !
Just go to Raspberry Pi 3 Show IP and follow installation instructions
$> sudo apt-get --assume-yes install libfm-dev libfm-gtk-dev $> git clone https://github.com/olignyf/raspberry-pi-showip.git $> cd raspberry-pi-showip $> make $> sudo python install.py
During \'make\' I got an error:
showip.c:30:28: fatal error: lxpanel/plugin.h no such file or directory
\'sudo apt-get install lxpanel-dev\' BEFORE running the make command will allow make to complete without this error.
If you\'re running make again, from the failed error state, use \'make clean && make\' instead of the documented \'make\' as above. This will remove the files created by the aborted make build and exit in a clean, error-free state.