Minimal status display for OS X tray using psutil and rumps in Python.
Work in progress, please don't judge.
To install dependencies do
$ sudo pip install psutil rumps py2app
If you don't want to create a standalone version later on, you will not need py2app
.
The program can then be run via
$ python ustatus.py
You can configure the app to your liking by modifying the call to configure_app
at the bottom of ustatus.py
. Since StatusCollection
s are also Status
es, you can even nest them, how cool is that? The default set up should already cover most use cases.
Using py2app
you can easily create a standalone version of the program that runs like a normal OS X binary by calling
$ python setup.py py2app