From 14a6b486ada1d3df09f98a72f5e788f1503be31c Mon Sep 17 00:00:00 2001 From: dylan araps Date: Tue, 5 Jan 2016 17:19:48 +1100 Subject: [PATCH] Revert windows resolution detection --- fetch.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/fetch.sh b/fetch.sh index a2f2d45d..7524dff1 100755 --- a/fetch.sh +++ b/fetch.sh @@ -558,10 +558,6 @@ getresolution () { resolution=$(system_profiler SPDisplaysDataType | awk '/Resolution:/ {print $2"x"$4" "}') ;; - "Windows") - resolution=$(cmd /c wmic desktopmonitor get screenheight, screenwidth) - ;; - *) resolution="Unknown" ;;