Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aisk/MySensors
Show macOS's chip tempratures and fan speeds on menu bar.
https://github.com/aisk/MySensors
macos macos-application macosapps sensors swift
Last synced: 26 days ago
JSON representation
Show macOS's chip tempratures and fan speeds on menu bar.
- Host: GitHub
- URL: https://github.com/aisk/MySensors
- Owner: aisk
- License: mit
- Created: 2018-10-13T08:08:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-15T14:22:12.000Z (over 4 years ago)
- Last Synced: 2024-10-08T15:46:31.115Z (2 months ago)
- Topics: macos, macos-application, macosapps, sensors, swift
- Language: Swift
- Homepage:
- Size: 54.7 KB
- Stars: 35
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Mac-Menubar-Megalist - MySensors
README
# MySensors
Minimal application which shows macOS's chip tempratures and fan speeds on menu bar.
## Build
```sh
$ xcodebuild
```## Prebuild Binary
Go to the [release page](https://github.com/aisk/MySensors/releases).
## License
MIT lisence with exceptions:
- The app icon is designed by [nervouna](https://github.com/nervouna) under MIT license.
- The menu bar icon is copied from Google's Material Design under Apache 2.0 license.
- The SMC.swift is copied from [SMCKit project](https://github.com/beltex/SMCKit) under [MIT license](https://github.com/beltex/SMCKit/blob/master/LICENSE).