diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-09-06 20:19:08 +0300 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-09-06 20:19:08 +0300 |
commit | debe2e06f3a4b809e16913b11e1ce7460dffdf39 (patch) | |
tree | 9f303283f9133d48af2aca0ab081330e7841cc61 /README | |
parent | 13322f58bae5aafc0dbdd47b25836ed44a0d3464 (diff) |
Integrating a VRAM monitoring comonent
Changes to be committed:
modified: Makefile
modified: README
new file: components/vram.c
modified: config.h
modified: slstatus.h
Diffstat (limited to 'README')
-rw-r--r-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,6 +26,7 @@ Features - Network speeds (RX and TX) - Number of files in a directory (hint: Maildir) - Memory status (free memory, percentage, total memory and used memory) +- GPU Memory status (percentage used) - Swap status (free swap, percentage, total swap and used swap) - Temperature - Uptime |