WM: Add support for Spectacle on macOS
This commit is contained in:
parent
1af650eaf1
commit
982f2b59ec
1 changed files with 1 additions and 0 deletions
1
neofetch
1
neofetch
|
@ -631,6 +631,7 @@ get_wm() {
|
||||||
case "$os" in
|
case "$os" in
|
||||||
"Mac OS X")
|
"Mac OS X")
|
||||||
wm="Quartz Compositor"
|
wm="Quartz Compositor"
|
||||||
|
ps -x | grep -q '[S]pectacle' && wm='Spectacle'
|
||||||
ps -e | grep -q "[k]wm" && wm="Kwm"
|
ps -e | grep -q "[k]wm" && wm="Kwm"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue