diff --git a/neofetch b/neofetch index e0a3ba0c..844f35bd 100755 --- a/neofetch +++ b/neofetch @@ -1752,7 +1752,7 @@ getterm () { name="$(ps -p $parent -o comm=)" case "$name" in - "${SHELL/*\/}" | *"sh" | "tmux" | "systemd") getterm "$parent" ;; + "${SHELL/*\/}" | *"sh" | "tmux" | "screen" | "systemd") getterm "$parent" ;; *) term="$name" ;; esac fi