[taffybar] Move layout switcher back to original location

This commit is contained in:
Ivan Malison 2017-10-25 01:40:18 -07:00
parent fb04ad5482
commit 0d224a34ef
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 296d0941a08814c8257660f4a57082c83884e7d6
Subproject commit 28b9515b1ddb9854d159b7943eb0136676d29fd9

View File

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