From 6e87b9d43925a1766530799ed2efc140e657c863 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 24 Nov 2016 13:25:56 -0800 Subject: [PATCH] [taffybar] Set bar position to top --- dotfiles/config/taffybar/taffybar.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/config/taffybar/taffybar.hs b/dotfiles/config/taffybar/taffybar.hs index 7f6722b2..1d36bec1 100644 --- a/dotfiles/config/taffybar/taffybar.hs +++ b/dotfiles/config/taffybar/taffybar.hs @@ -36,7 +36,7 @@ main = do defaultTaffybar defaultTaffybarConfig { startWidgets = [ pager ] , endWidgets = [ tray, clock, mem, cpu, mpris ] , monitorNumber = 1 - , barPosition = Bottom + , barPosition = Top } -- Local Variables: