From 6c7501eb206e7d936c7d3a1120f5c931a14601ee Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 8 Nov 2016 07:05:14 +1100 Subject: [PATCH] General: Supress xrdb error --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 84afcd1f..ae9e3af9 100755 --- a/neofetch +++ b/neofetch @@ -2926,7 +2926,7 @@ gettermpadding() { dynamicprompt() { # Calculate image height in terminal cells. if [[ "$image" != "ascii" ]]; then - gettermpadding + gettermpadding 2>/dev/null lines="$(((height + (${border:-0} * 2) + ${yoffset:-0}) / font_height))" else lines="$((lines-=2))"