This commit is contained in:
Muhammad Herdiansyah 2017-03-05 09:44:12 +07:00
commit 93bfcf178a

View file

@ -1391,7 +1391,7 @@ get_resolution() {
"Mac OS X") "Mac OS X")
if type -p screenresolution >/dev/null; then if type -p screenresolution >/dev/null; then
resolution="$(screenresolution get | awk '/Display/ {printf $6 "Hz, "}')" resolution="$(screenresolution get 2>&1 | awk '/Display/ {printf $6 "Hz, "}')"
resolution="${resolution//x??@/ @ }" resolution="${resolution//x??@/ @ }"
else else