diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-09-06 21:44:39 +0300 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-09-06 21:44:39 +0300 |
commit | 57513bf7cd5934ae0bff0c3e67564243975d7b49 (patch) | |
tree | 4318e23906c3b1764820976ba32ae717fe3d7b7b /config.h | |
parent | b2bcd0fc0f9b06cc021d46bdc954addb3c433f99 (diff) |
Proper changes for VRAM monitoring functionality. NVIDIA + AMD support.
Intel support is missing as I could not have tested it, but instructions are present in vram.c
Changes to be committed:
modified: components/vram.c
modified: config.h
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -17,7 +17,6 @@ const struct arg args[] = { { cpu_freq, " %sHz", NULL }, { ram_perc, " <%s ram>", NULL }, { vram_perc, " <%s vram>", NULL }, - { vram_total, " <%s vram>", NULL }, { disk_perc, " <%s nvme>", "/" }, { disk_perc, " <%s sata>", "/home/alphara/exfatssd" }, { wifi_perc, " <%s wifi>", "wlp5s0" }, |