mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-10-04 17:09:21 +00:00
Fix
This commit is contained in:
4
neofetch
4
neofetch
@@ -545,9 +545,9 @@ getwm() {
|
|||||||
"Mac OS X") wm="Quartz Compositor" ;;
|
"Mac OS X") wm="Quartz Compositor" ;;
|
||||||
"Windows")
|
"Windows")
|
||||||
wm="$(tasklist | grep -m 1 -o "bugn\|Windawesome\|blackbox\|emerge\|litestep")"
|
wm="$(tasklist | grep -m 1 -o "bugn\|Windawesome\|blackbox\|emerge\|litestep")"
|
||||||
|
[ "$wm" == "Blackbox" ] && wm="bbLean (Blackbox)"
|
||||||
|
|
||||||
if ["$wm" ]; then
|
if [ "$wm" ]; then
|
||||||
[ "$wm" == "Blackbox" ] && wm="bbLean (Blackbox)"
|
|
||||||
wm="$wm, Explorer"
|
wm="$wm, Explorer"
|
||||||
else
|
else
|
||||||
wm="Explorer"
|
wm="Explorer"
|
||||||
|
Reference in New Issue
Block a user