mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-10-04 09:08:38 +00:00
neofetch: Fix incorrect variable name
This commit is contained in:
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
|
||||||
|
Reference in New Issue
Block a user