Commit a76bd6b9 authored by Dylan Araps's avatar Dylan Araps

Fix

parent 2a4f82a3
...@@ -545,9 +545,9 @@ getwm() { ...@@ -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")"
if ["$wm" ]; then
[ "$wm" == "Blackbox" ] && wm="bbLean (Blackbox)" [ "$wm" == "Blackbox" ] && wm="bbLean (Blackbox)"
if [ "$wm" ]; then
wm="$wm, Explorer" wm="$wm, Explorer"
else else
wm="Explorer" wm="Explorer"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment