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: