Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 287 Bytes

readme.md

File metadata and controls

18 lines (13 loc) · 287 Bytes

macstats

simple python osx app that shows system usage in menu bar / touch bar

only shows something if it is above limit

  • cpu (>75%)
  • network (>1 MB/sec)
  • disk (>1 MB/sec)

feel free to extend

building:

pipenv install
pipenv run ./setup.py py2app
open dist/macstats.app