neofetch: Fix incorrect variable name
This commit is contained in:
parent
23c445d05f
commit
e1af688b36
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -1727,7 +1727,7 @@ get_wm() {
|
||||||
# If function was run, stop here.
|
# If function was run, stop here.
|
||||||
((wm_run == 1)) && return
|
((wm_run == 1)) && return
|
||||||
|
|
||||||
case $uname in
|
case $kernel_name in
|
||||||
*OpenBSD*) ps_flags=(x -c) ;;
|
*OpenBSD*) ps_flags=(x -c) ;;
|
||||||
*) ps_flags=(-e) ;;
|
*) ps_flags=(-e) ;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue