mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-14 12:37:16 +00:00
Resolution: [Windows] Fix stray whitspace
This commit is contained in:
2
neofetch
2
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")
|
||||
|
||||
Reference in New Issue
Block a user