mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-09-26 18:26:29 -05:00
WM: Fix indent
This commit is contained in:
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)"
|
||||
|
||||
Reference in New Issue
Block a user