mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-16 13:59:58 -05:00
bar: fix autohide's hover region not working on hyprland 0.51 (#1994)
This commit is contained in:
@@ -82,8 +82,8 @@ Scope {
|
||||
id: hoverMaskRegion
|
||||
anchors {
|
||||
fill: barContent
|
||||
leftMargin: -1
|
||||
rightMargin: -1
|
||||
leftMargin: -Config.options.bar.autoHide.hoverRegionWidth
|
||||
rightMargin: -Config.options.bar.autoHide.hoverRegionWidth
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user