[taffybar] Pull in getGeometry safe fix

This commit is contained in:
2017-10-14 01:35:19 -07:00
parent cd83ce62c6
commit 3cd272cb19
2 changed files with 3 additions and 2 deletions

View File

@@ -220,7 +220,8 @@ main = do
, makeUnderline mpris "red" , makeUnderline mpris "red"
] ]
, barPosition = Top , barPosition = Top
, barHeight = (underlineHeight myHUDConfig + windowIconSize myHUDConfig) + (2 * (innerPadding myHUDConfig + outerPadding myHUDConfig)) , barHeight = (underlineHeight myHUDConfig + windowIconSize myHUDConfig) +
(2 * (innerPadding myHUDConfig + outerPadding myHUDConfig))
, widgetSpacing = 5 , widgetSpacing = 5
} }
withToggleSupport taffyConfig withToggleSupport taffyConfig