forked from colonelpanic/dotfiles
[taffybar] Pull in getGeometry safe fix
This commit is contained in:
parent
cd83ce62c6
commit
3cd272cb19
@ -1 +1 @@
|
|||||||
Subproject commit db22f075e460c02caa794c353b0728dbe35b5da7
|
Subproject commit da8e0903fb84e4e861c8ee5f9661e5104c4e9ee5
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user