-
-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 2.0.0: system-monitor #33
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large Overhaul
Large Overhaul
… metrics for GPU and memory, add Jetbrains Mono font
…several threads being mixed up
…upport revision A & B
…for flagship revision
The stats.py module pulls in a package which might not be installed, and isn't present on my macOS system - the pyamdgpuinfo package. This change makes the import silent, and allows it to be auto-detected as absent, rather than failing to run. Similarly, the psutil package doesn't appear to provide the sensors_temperature interface, so this has been made safe if it is not present.
The YAML representation was a string, not a list of integers, so it broke whilst trying to insert into the payload.
Safer stats on macos / Fix for theme values
…sses, so they can be used in standalone. Adding simple-program.py (inspired by old main.py from 1.2.0) to show how to include LcdComm in external projects
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.