diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-09-06 21:18:05 +0300 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-09-06 21:18:05 +0300 |
commit | b2bcd0fc0f9b06cc021d46bdc954addb3c433f99 (patch) | |
tree | 809d58bf1a0ede4a258dcae0b33fe6e14194d9ce /README | |
parent | debe2e06f3a4b809e16913b11e1ce7460dffdf39 (diff) |
Added the following functions: vram_perc, vram_total, vram_used.
Changes to be committed:
modified: README
modified: components/vram.c
modified: config.def.h
modified: config.h
modified: slstatus.h
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +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) +- GPU Memory status (percentage used, total amount and used amount of virtual memory) - Swap status (free swap, percentage, total swap and used swap) - Temperature - Uptime |