Make --image off behave like other modes
This commit is contained in:
parent
c13c17888e
commit
65c2854caf
18
neofetch
18
neofetch
|
@ -3286,16 +3286,16 @@ getdistro
|
||||||
bold
|
bold
|
||||||
colors
|
colors
|
||||||
|
|
||||||
|
# If the script exits for any reason, unhide the cursor.
|
||||||
|
trap 'printf "\033[?25h"' EXIT
|
||||||
|
|
||||||
|
# Clear the scren
|
||||||
|
clear
|
||||||
|
|
||||||
|
# Hide the cursor
|
||||||
|
printf "\033[?25l"
|
||||||
|
|
||||||
if [ "$image" != "off" ]; then
|
if [ "$image" != "off" ]; then
|
||||||
# If the script exits for any reason, unhide the cursor.
|
|
||||||
trap 'printf "\033[?25h"' EXIT
|
|
||||||
|
|
||||||
# Clear the scren
|
|
||||||
clear
|
|
||||||
|
|
||||||
# Hide the cursor
|
|
||||||
printf "\033[?25l"
|
|
||||||
|
|
||||||
# If iterm2 is detected use iterm2 backend.
|
# If iterm2 is detected use iterm2 backend.
|
||||||
if [ -n "$ITERM_PROFILE" ]; then
|
if [ -n "$ITERM_PROFILE" ]; then
|
||||||
image_backend="iterm2"
|
image_backend="iterm2"
|
||||||
|
|
Reference in New Issue