fastfetch-cli / fastfetch

Like neofetch, but much faster because written mostly in C.
MIT License
8.02k stars 347 forks source link

[BUG] Rectnagle WM not detected on macOS #1007

Closed MatthiasPortzel closed 3 weeks ago

MatthiasPortzel commented 3 weeks ago

General description of bug:

Screenshot

image

It works correctly in neofetch. This is the script neofetch uses to detect Rectangle and its output

% ps_line="$(ps -e | grep -o \
                    -e "[S]pectacle" \
                    -e "[A]methyst" \
                    -e "[k]wm" \
                    -e "[c]hun[k]wm" \
                    -e "[y]abai" \
                    -e "[R]ectangle")"
% echo $ps_line
Rectangle
Rectangle

Happy to run test scripts but I don't know C well enough to debug myself.

CarterLi commented 3 weeks ago

Duplicate #984