Skip to content

Commit 0250d11

Browse files
Merge pull request #255 from dr460nf1r3/master
Fix GiB MiB format RAM units due to value being hardcoded in some presets
2 parents d337126 + e88472e commit 0250d11

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

presets/hardware

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
--structure Host:Resolution:CPU:GPU:Memory:Disk:Battery
2-
--memory-format "{?2}{2}MiB{?}"
3-
--disk-format "{?2}{2}GB{?}"
2+
--memory-format "{?2}{2}{?}"
3+
--disk-format "{?2}{2}{?}"
44
--battery-format "{?1}{1} {?}{?2}{2} {?}{?3}({3}){?}"

presets/neofetch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
--de-format "{2} {3}"
66
--theme-format "{?1}{1}{?3} {3}{?} [Plasma], {?}{7}"
77
--terminal-font-format "{/2}{-}{/}{2}{?3} {3}{?}"
8-
--memory-format "{/1}{-}{/}{/2}{-}{/}{}MiB / {}MiB"
8+
--memory-format "{/1}{-}{/}{/2}{-}{/}{} / {}"
99
--gpu-key "GPU"
1010
--resolution-key "Resolution"

0 commit comments

Comments
 (0)