diff --git a/neofetch b/neofetch index 8637b161..415bd32d 100755 --- a/neofetch +++ b/neofetch @@ -706,7 +706,7 @@ get_wm() { else case "$os" in "Mac OS X") - ps_line="$(ps -e | grep -o '[S]pectacle\|[A]methyst\|[k]wm\|[c]hunkwm')" + ps_line="$(ps -e | grep -o '[S]pectacle\|[A]methyst\|[k]wm\|[c]hun[k]wm')" case "$ps_line" in *"kwm"*) wm="Kwm" ;;