From ac7cf27147863ed7fdeacd4e7165512eba8c725d Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 9 Mar 2017 12:07:29 +1100 Subject: [PATCH] Resolution: Show decimals --- neofetch | 1 - 1 file changed, 1 deletion(-) diff --git a/neofetch b/neofetch index b63788aa..8f24e1d0 100755 --- a/neofetch +++ b/neofetch @@ -1382,7 +1382,6 @@ get_resolution() { "off") resolution="$(xrandr --nograb --current | awk '/\*/ {printf $1 ", "}')" ;; esac resolution="${resolution//\*}" - resolution="${resolution//\.[0-9][0-9]}" elif type -p xdpyinfo >/dev/null; then resolution="$(xdpyinfo | awk '/dimensions:/ {printf $2}')"