tiny fix for WM always being detected as Kwm on macOS
This commit is contained in:
parent
fd535da792
commit
5caac4a91a
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -706,7 +706,7 @@ get_wm() {
|
|||
else
|
||||
case "$os" in
|
||||
"Mac OS X")
|
||||
ps_line="$(ps -e | grep -o '[S]pectacle\|[A]methyst\|[k]wm\|[c]hunkwm')"
|
||||
ps_line="$(ps -e | grep -o '[S]pectacle\|[A]methyst\|[k]wm\|[c]hun[k]wm')"
|
||||
|
||||
case "$ps_line" in
|
||||
*"kwm"*) wm="Kwm" ;;
|
||||
|
|
Loading…
Reference in a new issue