From 6cb08e60a1665a26fa623482d6bbfc43d3328ea3 Mon Sep 17 00:00:00 2001 From: Dylan Date: Fri, 8 Jan 2016 20:59:58 +1100 Subject: [PATCH] Remove windows resolution detection --- fetch | 4 ---- 1 file changed, 4 deletions(-) diff --git a/fetch b/fetch index a27aea86..f2f2504b 100755 --- a/fetch +++ b/fetch @@ -588,10 +588,6 @@ getresolution () { awk '/Resolution:/ {print $2"x"$4" "}') ;; - "Windows") - resolution="$(wmic path Win32_VideoController get CurrentHorizontalResolution,CurrentVerticalResolution /format:value)" - ;; - *) resolution="Unknown" ;;