Added an option to make HyprPanel compatible with Hyprland tearing. (#243)
* Adding an option to make HyprPanel compatible with Hyprland tearing. * Added bar to Tearing Compatibility checks
This commit is contained in:
@@ -40,7 +40,7 @@ export default () => {
|
||||
return mon;
|
||||
}
|
||||
),
|
||||
layer: "overlay",
|
||||
layer: options.tear.bind("value").as(tear => tear ? "top" : "overlay"),
|
||||
anchor: position.bind("value").as(v => getPosition(v)),
|
||||
exclusivity: "normal",
|
||||
child: Widget.Box({
|
||||
|
||||
Reference in New Issue
Block a user