From e1af688b36ef3fdae795c5280971fa1eafd6d356 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 15 Apr 2020 15:25:20 +0300 Subject: [PATCH] neofetch: Fix incorrect variable name --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index fbe07c65..5cbfdd4d 100755 --- a/neofetch +++ b/neofetch @@ -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