From 7861a7f61fcd4280c3ac6ef5a4c01b2619e07691 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 12 Feb 2026 23:11:59 -0800 Subject: [PATCH] Move taffybar back 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 8053842c..fa201133 100644 --- a/dotfiles/config/taffybar/taffybar.hs +++ b/dotfiles/config/taffybar/taffybar.hs @@ -398,7 +398,7 @@ mkSimpleTaffyConfig hostName backend cssFiles = defaultSimpleTaffyConfig { startWidgets = startWidgetsForBackend backend, endWidgets = endWidgetsForHost hostName backend, - barPosition = Bottom, + barPosition = Top, widgetSpacing = 0, barPadding = 4, barHeight = ScreenRatio $ 1 / 33,