Fix ps line
This commit is contained in:
parent
982f2b59ec
commit
072ad5cfff
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -631,7 +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 '[S]pectacle' && wm='Spectacle'
|
||||
ps -e | grep -q "[k]wm" && wm="Kwm"
|
||||
;;
|
||||
|
||||
|
|
Loading…
Reference in a new issue