From a76bd6b91388bff43bcfe82cd8864f89a13e23cc Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 17 Oct 2016 19:51:00 +1100 Subject: [PATCH] Fix --- neofetch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/neofetch b/neofetch index 4422a399..cd0f7c24 100755 --- a/neofetch +++ b/neofetch @@ -545,9 +545,9 @@ getwm() { "Mac OS X") wm="Quartz Compositor" ;; "Windows") wm="$(tasklist | grep -m 1 -o "bugn\|Windawesome\|blackbox\|emerge\|litestep")" + [ "$wm" == "Blackbox" ] && wm="bbLean (Blackbox)" - if ["$wm" ]; then - [ "$wm" == "Blackbox" ] && wm="bbLean (Blackbox)" + if [ "$wm" ]; then wm="$wm, Explorer" else wm="Explorer"