-
-
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
Feature - plot graph #371
Feature - plot graph #371
Conversation
I would love at least the graph feature to me merged :-) |
Love the concept here. I was about to do a pull request for adding vRAM Total and vRAM % (TEXT for both) sensors to the themes. One thing I noticed, however, is that you said you are putting in RAM % as text, and I think that is already there from a previous pull request of mine that was merged a while back: In theme currently:
And from stats.py: `class Memory:
|
Correction, my pull request previously added total RAM, not the %. % was in there a while ago, I think. |
I added it for gpu RAM. Anyway I don't know if my PR will be merged one day ;) |
Hi @hicwic I'm merging your PR on a branch to fix conflicts that happened while it was open. I will also move your new sensors from |
Hi,
some contribs, hope it's help
All change to your code is backward compatible, and avoid breaking the existing theme. If i miss something let me know, i'll correct it.