summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h b/config.h
index 44444b5..7c37cac 100644
--- a/config.h
+++ b/config.h
@@ -16,6 +16,7 @@ const struct arg args[] = {
{ cpu_perc, " <%s cpu>", NULL },
{ cpu_freq, " %sHz", NULL },
{ ram_perc, " <%s ram>", NULL },
+ { vram_perc, " <%s vram>", NULL },
{ disk_perc, " <%s nvme>", "/" },
{ disk_perc, " <%s sata>", "/home/alphara/exfatssd" },
{ wifi_perc, " <%s wifi>", "wlp5s0" },
@@ -57,6 +58,7 @@ const struct arg args[] = {
* ram_perc memory usage in percent NULL
* ram_total total memory size in GB NULL
* ram_used used memory in GB NULL
+ * vram_perc gpu memory usage in percent NULL
* run_command custom shell command command (echo foo)
* separator string to echo NULL
* swap_free free swap in GB NULL