diff --git a/neofetch b/neofetch index 239e8d93..39f0600e 100755 --- a/neofetch +++ b/neofetch @@ -2617,6 +2617,7 @@ get_resolution() { esac resolution="${resolution%,*}" + [[ -z ${resolution/x} ]] && resolution= } get_style() {