summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>" },
};