Skip to content
/ uStatus Public

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

License

Notifications You must be signed in to change notification settings

kdungs/uStatus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

µ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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages