From debe2e06f3a4b809e16913b11e1ce7460dffdf39 Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Wed, 6 Sep 2023 20:19:08 +0300 Subject: Integrating a VRAM monitoring comonent Changes to be committed: modified: Makefile modified: README new file: components/vram.c modified: config.h modified: slstatus.h --- slstatus.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'slstatus.h') diff --git a/slstatus.h b/slstatus.h index 8ef5874..470494d 100644 --- a/slstatus.h +++ b/slstatus.h @@ -50,6 +50,9 @@ const char *netspeed_tx(const char *interface); /* num_files */ const char *num_files(const char *path); +/* vram */ +const char *vram_perc(const char *unused); + /* ram */ const char *ram_free(const char *unused); const char *ram_perc(const char *unused); -- cgit v1.2.3