[taffybar] Position bar at bottom

This commit is contained in:
Ivan Malison 2016-11-22 01:15:13 -06:00
parent c633a75af5
commit c6f3fc34ca
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -36,6 +36,7 @@ main = do
defaultTaffybar defaultTaffybarConfig { startWidgets = [ pager ]
, endWidgets = [ tray, clock, mem, cpu, mpris ]
, monitorNumber = 1
, barPosition = Bottom
}
-- Local Variables: