From: Amin Bandali Date: Sun, 1 Mar 2015 03:03:47 +0000 (-0500) Subject: [bspwm] disable displaying the layout X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/9b146aed58285e781a9a3d63756be3fcac215f08 [bspwm] disable displaying the layout --- diff --git a/bspwm/.local/bin/panel_bar b/bspwm/.local/bin/panel_bar index 026ba78..2ad2f15 100755 --- a/bspwm/.local/bin/panel_bar +++ b/bspwm/.local/bin/panel_bar @@ -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