neofetch: Fix incorrect variable name

This commit is contained in:
Dylan Araps 2020-04-15 15:25:20 +03:00
parent 23c445d05f
commit e1af688b36
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 1 additions and 1 deletions

View File

@ -1727,7 +1727,7 @@ get_wm() {
# If function was run, stop here.
((wm_run == 1)) && return
case $uname in
case $kernel_name in
*OpenBSD*) ps_flags=(x -c) ;;
*) ps_flags=(-e) ;;
esac