From 20d5d5626464b77193d32dd8909f522042e60de7 Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Thu, 7 Sep 2023 00:01:14 +0300 Subject: Latest set of metrics used in my setup. Changes to be committed: modified: config.h --- config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.h') 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 ", " <%H:%M>" }, }; -- cgit v1.2.3