summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorxAlpharax <42233094+xAlpharax@users.noreply.github.com>2023-09-06 21:18:05 +0300
committerxAlpharax <42233094+xAlpharax@users.noreply.github.com>2023-09-06 21:18:05 +0300
commitb2bcd0fc0f9b06cc021d46bdc954addb3c433f99 (patch)
tree809d58bf1a0ede4a258dcae0b33fe6e14194d9ce /config.def.h
parentdebe2e06f3a4b809e16913b11e1ce7460dffdf39 (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 'config.def.h')
-rw-r--r--config.def.h5
1 files changed, 5 insertions, 0 deletions
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)
*/