[taffybar] Fix window, title order in window switcher

This commit is contained in:
Ivan Malison 2017-08-28 23:06:41 -07:00
parent 2d96fea4c2
commit be630b620c
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -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