diff --git a/neofetch b/neofetch index 4081879e..eab898e5 100755 --- a/neofetch +++ b/neofetch @@ -1395,7 +1395,7 @@ get_resolution() { height="$(wmic path Win32_VideoController get CurrentVerticalResolution)" height="${height//CurrentVerticalResolution/}" - [[ "$(trim "$width")" ]] && resolution="${width}x${height}" + [[ "$(trim "$width")" ]] && resolution="${width// }x${height// }" ;; "Haiku")