An open API service indexing awesome lists of open source software.

https://github.com/leggedrobotics/any_ping_indicator

An Ubuntu indicator applet to show the ping status.
https://github.com/leggedrobotics/any_ping_indicator

Last synced: 10 months ago
JSON representation

An Ubuntu indicator applet to show the ping status.

Awesome Lists containing this project

README

          

# Any Ping Indicator

> For GNOME you should use the [Gnome Shell Extension](https://extensions.gnome.org/extension/1607/ping-monitor/). The source code and readme of the extension is [here](https://github.com/ANYbotics/gnome-shell-ping-monitor-applet).

**Author: Samuel Bachmann**

![Any Ping Indicator](img/any_ping_indicator.png)

![Any Ping Preferences](img/any_ping_preferences.png)

## Dependencies

- [svgutils](https://github.com/btel/svg_utils)

sudo apt-get install libxml2-dev libxslt-dev python-virtualenv

sudo pip install git+https://github.com/btel/svg_utils.git

## Install

```
make
sudo make install
```

## #Uninstall

```
sudo make uninstall
```