summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxAlpharax <42233094+xAlpharax@users.noreply.github.com>2025-09-22 00:00:03 +0300
committerxAlpharax <42233094+xAlpharax@users.noreply.github.com>2025-09-22 00:00:03 +0300
commiteeb0dc630282c0ee9147d430deb51874880be0ab (patch)
tree97b402f3b0f7bdaf16715298f3c2a47c2bd1a407
parent20d5d5626464b77193d32dd8909f522042e60de7 (diff)
New naming for ssdsHEADmaster
Changes to be committed: modified: config.h
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index 4b2d3b2..30137f6 100644
--- a/config.h
+++ b/config.h
@@ -18,8 +18,8 @@ const struct arg args[] = {
{ ram_perc, " <%s ram>", NULL },
{ 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 exf1>", "/home/alphara/exfatssd1" },
+ { disk_perc, " <%s exf2>", "/home/alphara/exfatssd2" },
{ disk_perc, " <%s ntfs>", "/home/alphara/win" },
{ wifi_perc, " <%s wifi>", "wlp5s0" },
{ datetime, " %s ", "</%B %d> <%H:%M>" },