Merged
Conversation
Description: Shows system memory usage (used/total) in a compact format like Mem: 12.4G/16.0G Features: - On macOS: Uses vm_stat to calculate memory like htop (Active + Wired pages) - On other platforms: Falls back to Node.js os.freemem()/os.totalmem() - Smart byte formatting (G, M, K, B) - Supports raw value mode (omits "Mem:" prefix) - Default color: cyan Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
a35627e to
21f3422
Compare
Contributor
Author
|
@sirmalloc Anything I can do to make this feature merge ready? |
Owner
|
@acaracappa I'm working on it now |
Contributor
Author
|
Thank you. If you need anything don't hesitate to ping me. I'm happy to be of service. |
Owner
|
It's published in v2.0.29. A category based widget selection was recently added due to the growing number of widgets, this one is in the 'Environment' category. |
This file contains hidden or 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
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.
Free Memory widget:
Description: Shows system memory usage (used/total) in a compact format like Mem: 12.4G/16.0G
Features: