From 370a50c3e36b091dc2dc2f6cd9161477f3638b31 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 11 Jun 2021 09:25:11 +0000 Subject: [PATCH] term: ignore bwrap --- neofetch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/neofetch b/neofetch index d675de47..d3aeb96c 100755 --- a/neofetch +++ b/neofetch @@ -3307,7 +3307,8 @@ get_term() { term="$(tty)" ;; - "ruby"|"1"|"tmux"*|"systemd"|"sshd"*|"python"*|"USER"*"PID"*|"kdeinit"*|"launchd"*) + "ruby"|"1"|"tmux"*|"systemd"|"sshd"*|"python"*| + "USER"*"PID"*|"kdeinit"*|"launchd"*|"bwrap") break ;;