diff --git a/presets/hardware b/presets/hardware index bed8be3992..3f3995d028 100644 --- a/presets/hardware +++ b/presets/hardware @@ -1,4 +1,4 @@ --structure Host:Resolution:CPU:GPU:Memory:Disk:Battery ---memory-format "{?2}{2}MiB{?}" ---disk-format "{?2}{2}GB{?}" +--memory-format "{?2}{2}{?}" +--disk-format "{?2}{2}{?}" --battery-format "{?1}{1} {?}{?2}{2} {?}{?3}({3}){?}" diff --git a/presets/neofetch b/presets/neofetch index 9a04aec626..192abcf1a5 100644 --- a/presets/neofetch +++ b/presets/neofetch @@ -5,6 +5,6 @@ --de-format "{2} {3}" --theme-format "{?1}{1}{?3} {3}{?} [Plasma], {?}{7}" --terminal-font-format "{/2}{-}{/}{2}{?3} {3}{?}" ---memory-format "{/1}{-}{/}{/2}{-}{/}{}MiB / {}MiB" +--memory-format "{/1}{-}{/}{/2}{-}{/}{} / {}" --gpu-key "GPU" --resolution-key "Resolution"