No description
Find a file
2017-04-10 16:53:02 +08:00
bin Add an option to suppress Python dock icon, fixes #3 2017-04-10 07:11:11 +08:00
screenshots Delete light.png 2017-03-07 01:32:49 +08:00
simon Bump version to 0.1.1 2017-04-10 16:44:34 +08:00
.gitignore Refactoring into python package 2017-04-09 07:18:50 +08:00
LICENSE Add LICENSE 2017-04-09 07:21:06 +08:00
README.md Update readme 2017-04-10 16:53:02 +08:00
requirements.txt Remove unnecessary dependecies from requirements.txt 2017-03-17 20:08:07 +08:00
setup.py Add setup.py 2017-04-09 08:45:02 +08:00

Simon

Simple menubar system monitor for macOS, written in Python with pyobjc.

Simon Screenshot

Only tested on macOS Sierra, should work for El Capitan. Supports Python 2.7 and 3.6, versions in between hasn't been tested.

Installation & Usage

Install with pip:

$ pip install simon_mac

To run Simon:

$ simon
Simon is now running.
CTRL+C does not work here.
You can quit through the menubar (Simon -> Quit).

To remove the Python rocketship icon from your dock (Note: not everyone will have the dock icon due to differences in Python installations. This should work, but if it doesn't, please open an issue.):

$ simon --suppress-dock-icon
Done! Run Simon again.

To run Simon in the background, use nohup:

$ nohup simon &

To quit Simon, quit through the menubar (Simon -> Quit).

Todo / Upcoming

  • More stats - battery, temperature, etc.
  • Measure impact on system resources
  • Preferences/settings: allow user to set update interval, etc.
  • ...

License

MIT