Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 958 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 958 Bytes

µStatus

Minimal status display for OS X tray using psutil and rumps in Python.

Here's what it looks like.

Work in progress, please don't judge.

Installation

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

Configuration

You can configure the app to your liking by modifying the call to configure_app at the bottom of ustatus.py. Since StatusCollections are also Statuses, you can even nest them, how cool is that? The default set up should already cover most use cases.

Standalone

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