/gnome-extension-show-ip

gnome shell extension showing ip in status bar

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Show IP in the GNOME Shell

This GNOME extension (v2) is simply showing current private IP in gnome shell status bar if Network Manager is used. It has a popup menu to select manually the network device to display if several are activated on the machine. It supports both IPv4 and IPv6. Possibility to display public IP. Button for copying IP address into clipboard. Available in English and French.

Screenshots

Standard IPv4 address. Button for copying address to clipboard.

show ip extension on gnome shell, ipv4

Support for IPv6 syntax

show ip extension on gnome shell, ipv6 compatible

Preferences menu for activating Public IP display (not displayed by default)

show ip extension preference menu

Installation

From gnome extensions website

The extension is available from the extensions.gnome.org website. Visit the following link for instructions.

https://extensions.gnome.org/extension/941/show-ip/

From source

The extension can be installed directly from source, either for the convenience of using git or to test the latest version.

Clone the desire branch with git

git clone https://github.com/sgaraud/gnome-extension-show-ip.git \
~/.local/share/gnome-shell/extensions/show-ip@sgaraud.github.com

A Shell reload is required Alt+F2 r Enter and extension has to be enabled with gnome-tweak-tool

Bug Reporting

😅 Bugs should be reported to the Github bug tracker issues.

Authors

  • sgaraud (Sylvain Garaud)
  • rigelk (Pierre-Antoine Rault)
  • RaphaelRochet (Raphaël Rochet)

License

Copyright (C) 2015 Sylvain Garaud

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.