Merge pull request #665 from jorgegonzalez/master
WM: Add support for Spectacle on macOS
This commit is contained in:
commit
c9d14c2dbe
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 -e | 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