[bspwm] disable displaying the layout
authorAmin Bandali <me@aminb.org>
Sun, 1 Mar 2015 03:03:47 +0000 (22:03 -0500)
committerAmin Bandali <me@aminb.org>
Sun, 1 Mar 2015 03:03:47 +0000 (22:03 -0500)
bspwm/.local/bin/panel_bar

index 026ba78..2ad2f15 100755 (executable)
@@ -63,7 +63,7 @@ while read -r line ; do
                                                ;;
                                        L*)
                                                # layout
-                                               wm_infos="$wm_infos  %{F$COLOR_LAYOUT_FG}%{B$COLOR_LAYOUT_BG} ${name} %{B-}%{F-}"
+                                               wm_infos="$wm_infos  %{F$COLOR_LAYOUT_FG}%{B$COLOR_LAYOUT_BG} ${name} %{B-}%{F-}"
                                                ;;
                                esac
                                shift