missed the other brackets...
This commit is contained in:
parent
47a850a305
commit
f61dde03b0
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -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}"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue