-
-
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
Proposal of features such as Net classes, Date and a new theme. #72
Proposal of features such as Net classes, Date and a new theme. #72
Conversation
All themes are filled. Normally, I tested everything. |
Hello @Rollbacke @RussNelson can you confirm the PR #65 and #67 are from @Rollbacke's code? |
library/stats.py
Outdated
class Net: | ||
@staticmethod | ||
def stats(): | ||
pnic_before_file = "/tmp/pnic_before" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it possible to avoid using an external file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, I haven't found how to do it yet.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Found how to do without temporary file.
I pushed the commit (below).
Hi @mathoudebine,
In addition, I modified all of the themes (theme.yaml) to make it work. |
Oh. Sorry about that. I will fix that. |
It's OK ;) |
Thanks @Rollbacke for this awesome work! PR has been merged and a new version will be created with your work 🚀 |
Add RAM free, Disk used percent, Class Net, Class Date and bash-dark-green theme.