[taffybar] Set bar position to top

This commit is contained in:
Ivan Malison 2016-11-24 13:25:56 -08:00
parent 432cb01e51
commit 6e87b9d439
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

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