connmap
connmap is an X11 desktop widget that shows location of your current network peers on a world map. (Works on Wayland as well!)
Installation
Clone the repository git clone https://github.com/h2337/connmap --depth 1 , install the dependencies (see below), run make install , then run the resulting executable ./connmap.elf .
If you want to run it without attaching it to the terminal then add ampersand at the end of the command: ./connmal.elf & .
You can also add it to your i3wm config to run at startup (make sure it is in the PATH):
exec --no-startup-id connmap.elf
Dependencies
Build dependencies: xlib , libxext , libxfixes , libcairo2
Installation dependencies: unzip
... continue reading