[taffybar] Move layout switcher back to original location

This commit is contained in:
2017-10-25 01:40:18 -07:00
parent fb04ad5482
commit 0d224a34ef
2 changed files with 2 additions and 2 deletions

View File

@@ -211,7 +211,7 @@ main = do
wnd = makeUnderline (windowSwitcherNew pgr) "teal" wnd = makeUnderline (windowSwitcherNew pgr) "teal"
taffyConfig = taffyConfig =
defaultTaffybarConfig defaultTaffybarConfig
{ startWidgets = [los, hud, wnd] { startWidgets = [hud, wnd, los]
, endWidgets = , endWidgets =
[ batteryBarNew defaultBatteryConfig 1.0 [ batteryBarNew defaultBatteryConfig 1.0
, makeUnderline clock "teal" , makeUnderline clock "teal"