diff --git a/neofetch b/neofetch index 9b5a23d9..60f6c7b2 100755 --- a/neofetch +++ b/neofetch @@ -638,6 +638,7 @@ get_wm() { "Mac OS X") wm="Quartz Compositor" ps -e | grep -q '[S]pectacle' && wm='Spectacle' + ps -e | grep -q "[A]methyst" && wm="Amethyst" ps -e | grep -q "[k]wm" && wm="Kwm" ;;