From b2bcd0fc0f9b06cc021d46bdc954addb3c433f99 Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Wed, 6 Sep 2023 21:18:05 +0300 Subject: 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 --- config.def.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index d805331..f60332c 100644 --- a/config.def.h +++ b/config.def.h @@ -60,6 +60,11 @@ static const char unknown_str[] = "n/a"; * username username of current user NULL * vol_perc OSS/ALSA volume in percent mixer file (/dev/mixer) * NULL on OpenBSD/FreeBSD + * + * vram_perc gpu memory usage in percent NULL + * vram_total gpu total memory NULL + * vram_used gpu used memory NULL + * * wifi_essid WiFi ESSID interface name (wlan0) * wifi_perc WiFi signal in percent interface name (wlan0) */ -- cgit v1.2.3