Set taffybar position back to top

This commit is contained in:
2026-02-20 06:05:51 -08:00
parent 17a0b280cd
commit 4f80e2d0bb

View File

@@ -570,7 +570,7 @@ mkSimpleTaffyConfig hostName backend cssFiles =
centerWidgets = [clockWidget], centerWidgets = [clockWidget],
endWidgets = endWidgetsForHost hostName, endWidgets = endWidgetsForHost hostName,
barLevels = Nothing, barLevels = Nothing,
barPosition = Bottom, barPosition = Top,
widgetSpacing = 0, widgetSpacing = 0,
barPadding = 4, barPadding = 4,
barHeight = ScreenRatio $ 1 / 33, barHeight = ScreenRatio $ 1 / 33,