diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-09-07 00:01:14 +0300 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-09-07 00:01:14 +0300 |
commit | 20d5d5626464b77193d32dd8909f522042e60de7 (patch) | |
tree | d013f76916f1e92ca6f206f52766d44c100c2e52 | |
parent | 57513bf7cd5934ae0bff0c3e67564243975d7b49 (diff) |
Changes to be committed:
modified: config.h
-rw-r--r-- | config.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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>" }, }; |