missed the other brackets...

parent 47a850a3
...@@ -1538,7 +1538,7 @@ getresolution () { ...@@ -1538,7 +1538,7 @@ getresolution () {
awk '/Resolution:/ {printf $2"x"$4" @ "$6"Hz, "}')" awk '/Resolution:/ {printf $2"x"$4" @ "$6"Hz, "}')"
fi fi
[[ "$refresh_rate" == "off" ]] || [ "${resolution// * @ }" == "0Hz" ] && \ [ "$refresh_rate" == "off" ] || [ "${resolution// * @ }" == "0Hz" ] && \
resolution="${resolution// @ *[0-9]Hz}" resolution="${resolution// @ *[0-9]Hz}"
;; ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment