Commit bb82bf83 authored by Dylan Araps's avatar Dylan Araps

neofetch: fix wm'

parent 1d17b4df
...@@ -1621,13 +1621,13 @@ get_wm() { ...@@ -1621,13 +1621,13 @@ get_wm() {
# Fallback for non-EWMH WMs. # Fallback for non-EWMH WMs.
[[ -z "$wm" ]] && \ [[ -z "$wm" ]] && \
wm="$(ps "${ps_flags[@]}" | grep -m 1 -o -F \ wm="$(ps "${ps_flags[@]}" | grep -m 1 -o \
-e "catwm" \ -e "[c]atwm" \
-e "fvwm" \ -e "[f]vwm" \
-e "dwm" \ -e "[d]wm" \
-e "2bwm" \ -e "[2]bwm" \
-e "monsterwm" \ -e "[m]onsterwm" \
-e "tinywm")" -e "[t]inywm")"
else else
case "$os" in case "$os" in
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment