Metadata-Version: 2.1
Name: sysstat-applet
Version: 1.0.3
Summary: Tray applet for system monitoring
Home-page: https://github.com/jmechnich/sysstat-applet
Author: Joerg Mechnich
Author-email: joerg.mechnich@gmail.com
License: GNU GPLv3
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX :: Linux
Classifier: Environment :: X11 Applications :: Qt
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

[![PyPI versio](https://img.shields.io/pypi/v/sysstat-applet)](https://pypi.org/project/sysstat-applet/)
[![PyPi format](https://img.shields.io/pypi/format/sysstat-applet)](https://pypi.org/project/sysstat-applet/)
[![PyPI license](https://img.shields.io/pypi/l/sysstat-applet)](https://pypi.org/project/sysstat-applet/)
[![PyPi weekly downloads](https://img.shields.io/pypi/dw/sysstat-applet)](https://pypi.org/project/sysstat-applet/)

sysstat-applet
==============

Sysstat system tray applet for X11, written in Python 3 and PyQt 5

Functionality
=============

- Shows three system tray icons displaying cpu, memory and disk stats
- Left single or double click toggles splash screen with extended info
- Middle click triggers external command
- Right click shows Options and Quit commands in a context menu

Requirements
============

- appletlib (https://github.com/jmechnich/appletlib)
- Python 3
- PyQt 5

Screenshots
===========

#### Default view
![](https://raw.github.com/jmechnich/sysstat-applet/master/misc/screenshot-nosplash.png)

#### CPU splash
![](https://raw.github.com/jmechnich/sysstat-applet/master/misc/screenshot-cpu.png)

#### Memory splash
![](https://raw.github.com/jmechnich/sysstat-applet/master/misc/screenshot-mem.png)

#### Disk splash
![](https://raw.github.com/jmechnich/sysstat-applet/master/misc/screenshot-disk.png)
