neofetch: Fix incorrect variable name

parent 23c445d0
...@@ -1727,7 +1727,7 @@ get_wm() { ...@@ -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
......
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