From 1bd185874c3afde2f485ec51850da3a5f32e06ef Mon Sep 17 00:00:00 2001 From: Jorge Gonzalez Date: Tue, 21 Mar 2017 13:45:23 -0400 Subject: [PATCH] WM: Add support for Amethyst on macOS --- neofetch | 1 + 1 file changed, 1 insertion(+) 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" ;;