https://github.com/raphaelhuefner/allbar_server_system_load
Example of an AllBar configuration.
https://github.com/raphaelhuefner/allbar_server_system_load
anybar macos notification python python3 statusbar systemtray
Last synced: 3 months ago
JSON representation
Example of an AllBar configuration.
- Host: GitHub
- URL: https://github.com/raphaelhuefner/allbar_server_system_load
- Owner: raphaelhuefner
- License: mit
- Created: 2018-05-14T12:47:52.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-14T12:48:47.000Z (about 7 years ago)
- Last Synced: 2025-01-10T11:48:10.633Z (4 months ago)
- Topics: anybar, macos, notification, python, python3, statusbar, systemtray
- Language: Python
- Homepage: https://github.com/raphaelhuefner/allbar
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AllBar server example "System Load"
Use the [AllBar](https://github.com/raphaelhuefner/allbar/) app to show the current CPU load in the macOS Status Bar:

I have to admit it, the real purpose of this example is to provide the screenshot above, in order to explain [AllBar](https://github.com/raphaelhuefner/allbar/) in one picture.
#### Table of Contents
- [Installation](#installation)
- [Contributing](#contributing)
- [Credits](#credits)
- [License](#license)#### Installation
1. Make sure you can run `python3` on your command line.
- For instance, `python3` is made available by running `brew install python`. Consider installing [Homebrew](https://brew.sh/) if you haven't had a chance yet.
- So far I've only run it with Python 3.6.4 and 3.6.5 on macOS 10.9 and 10.13. Please let me know how it goes for you!
2. Clone this GitHub repository to your macOS machine.
3. Run `install.sh` inside the local repository.
3. Run `run.sh` inside the local repository and take note of the displayed URL.
4. Launch the the [AllBar](https://github.com/raphaelhuefner/allbar/) app, open it's Preferences dialog and paste that URL in there.#### Contributing
Uncoded contributions (reviews, use cases, action shots, blog posts, criticism, documentation, etc.) big or small are **as much welcome as** any code contributions would be. If you don't think opening an issue or a pull request is the right way to go, please stick my GitHub username in front of `@gmail.com` to get in touch with me directly.**Before you invest any larger amounts of time into your contribution, please get in touch with me for coordination!**
Since this project is still in it's infancy, I'll gladly consider any feedback and/or contribution in any shape or form from anybody. (This policy might get revised if maintaining this project will ever start taking up too much of my time.)
#### Credits
This example is maintained by https://github.com/raphaelhuefner#### License
This app is released under the [MIT License](https://opensource.org/licenses/MIT). See the [LICENSE](https://github.com/raphaelhuefner/allbar/blob/master/LICENSE) file.