Battery: Fix blank subtitle
This commit is contained in:
parent
faf1c7d813
commit
16faf0ebee
1 changed files with 3 additions and 0 deletions
3
neofetch
3
neofetch
|
@ -2330,6 +2330,9 @@ scrot_program() {
|
|||
# TEXT FORMATTING
|
||||
|
||||
info() {
|
||||
# Save subtitle value.
|
||||
subtitle="$1"
|
||||
|
||||
# Make sure that $prin is unset.
|
||||
unset -v prin
|
||||
|
||||
|
|
Loading…
Reference in a new issue