WM: Fix indent
This commit is contained in:
parent
6c8d8f2cc6
commit
ceadf7d5fa
1 changed files with 3 additions and 2 deletions
5
neofetch
5
neofetch
|
@ -630,9 +630,10 @@ get_wm() {
|
|||
else
|
||||
case "$os" in
|
||||
"Mac OS X")
|
||||
wm="Quartz Compositor"
|
||||
ps -e | grep -q "[k]wm" && wm="Kwm"
|
||||
wm="Quartz Compositor"
|
||||
ps -e | grep -q "[k]wm" && wm="Kwm"
|
||||
;;
|
||||
|
||||
"Windows")
|
||||
wm="$(tasklist | grep -m 1 -o -F -e "bugn" -e "Windawesome" -e "blackbox" -e "emerge" -e "litestep")"
|
||||
[[ "$wm" == "blackbox" ]] && wm="bbLean (Blackbox)"
|
||||
|
|
Loading…
Reference in a new issue