diff --git a/fetch b/fetch index 9e910225..a27aea86 100755 --- a/fetch +++ b/fetch @@ -589,7 +589,7 @@ getresolution () { ;; "Windows") - resolution="$(cmd /c wmic desktopmonitor get screenwidth, screenheight)" + resolution="$(wmic path Win32_VideoController get CurrentHorizontalResolution,CurrentVerticalResolution /format:value)" ;; *)