From 16faf0ebeef8297c38dd90d6b5c6de1e7a93ef9e Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 22 Dec 2016 13:03:15 +1100 Subject: [PATCH] Battery: Fix blank subtitle --- neofetch | 3 +++ 1 file changed, 3 insertions(+) diff --git a/neofetch b/neofetch index 56d80d18..b7d775f1 100755 --- a/neofetch +++ b/neofetch @@ -2330,6 +2330,9 @@ scrot_program() { # TEXT FORMATTING info() { + # Save subtitle value. + subtitle="$1" + # Make sure that $prin is unset. unset -v prin