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.
- Host: GitHub
- URL: https://github.com/leggedrobotics/any_ping_indicator
- Owner: leggedrobotics
- License: lgpl-3.0
- Created: 2016-09-13T13:48:54.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-02-07T07:34:30.000Z (over 7 years ago)
- Last Synced: 2025-07-21T13:46:52.717Z (12 months ago)
- Language: Python
- Size: 263 KB
- Stars: 8
- Watchers: 40
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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**


## 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
```