From eeb0dc630282c0ee9147d430deb51874880be0ab Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Mon, 22 Sep 2025 00:00:03 +0300 Subject: New naming for ssds Changes to be committed: modified: config.h --- config.h | 4 ++-- 1 file 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 ", " <%H:%M>" }, -- cgit v1.2.3