summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxAlpharax <42233094+xAlpharax@users.noreply.github.com>2023-09-07 00:01:14 +0300
committerxAlpharax <42233094+xAlpharax@users.noreply.github.com>2023-09-07 00:01:14 +0300
commit20d5d5626464b77193d32dd8909f522042e60de7 (patch)
treed013f76916f1e92ca6f206f52766d44c100c2e52
parent57513bf7cd5934ae0bff0c3e67564243975d7b49 (diff)
Latest set of metrics used in my setup.HEAD1.0+VRAMmaster
Changes to be committed: modified: config.h
-rw-r--r--config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h b/config.h
index c6a99bc..4b2d3b2 100644
--- a/config.h
+++ b/config.h
@@ -19,6 +19,8 @@ const struct arg args[] = {
{ vram_perc, " <%s vram>", NULL },
{ disk_perc, " <%s nvme>", "/" },
{ disk_perc, " <%s sata>", "/home/alphara/exfatssd" },
+ { disk_perc, " <%s sata2>", "/home/alphara/exfatssd2" },
+ { disk_perc, " <%s ntfs>", "/home/alphara/win" },
{ wifi_perc, " <%s wifi>", "wlp5s0" },
{ datetime, " %s ", "</%B %d> <%H:%M>" },
};