From be630b620c9f8299053d920dfbacb3f18303bb91 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 28 Aug 2017 23:06:41 -0700 Subject: [PATCH] [taffybar] Fix window, title order in window switcher --- dotfiles/config/taffybar/taffybar.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/config/taffybar/taffybar.hs b/dotfiles/config/taffybar/taffybar.hs index a4f666ef..29c3c43d 100644 --- a/dotfiles/config/taffybar/taffybar.hs +++ b/dotfiles/config/taffybar/taffybar.hs @@ -100,7 +100,7 @@ movableWidget builder = return moveWidget myFormatEntry wsNames ((ws, wtitle, wclass), _) = - printf "%s: %s - %s" wsName wtitle wclass + printf "%s: %s - %s" wsName (head $ splitOn "\NUL" wclass) wtitle where wsName = M.findWithDefault ("WS#" ++ show wsN) ws wsNames WSIdx wsN = ws