mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-22 03:37:12 +00:00
WM: Fix indent
This commit is contained in:
1
neofetch
1
neofetch
@@ -633,6 +633,7 @@ get_wm() {
|
|||||||
wm="Quartz Compositor"
|
wm="Quartz Compositor"
|
||||||
ps -e | grep -q "[k]wm" && wm="Kwm"
|
ps -e | grep -q "[k]wm" && wm="Kwm"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"Windows")
|
"Windows")
|
||||||
wm="$(tasklist | grep -m 1 -o -F -e "bugn" -e "Windawesome" -e "blackbox" -e "emerge" -e "litestep")"
|
wm="$(tasklist | grep -m 1 -o -F -e "bugn" -e "Windawesome" -e "blackbox" -e "emerge" -e "litestep")"
|
||||||
[[ "$wm" == "blackbox" ]] && wm="bbLean (Blackbox)"
|
[[ "$wm" == "blackbox" ]] && wm="bbLean (Blackbox)"
|
||||||
|
|||||||
Reference in New Issue
Block a user