diff --git a/neofetch b/neofetch index 2d649d88..632e1f5d 100755 --- a/neofetch +++ b/neofetch @@ -631,6 +631,7 @@ get_wm() { case "$os" in "Mac OS X") wm="Quartz Compositor" + ps -x | grep -q '[S]pectacle' && wm='Spectacle' ps -e | grep -q "[k]wm" && wm="Kwm" ;;