mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-18 23:09:57 -05:00
allow corner hover open for horizontal bar
This commit is contained in:
@@ -64,7 +64,6 @@ Scope {
|
|||||||
id: sidebarCornerOpenInteractionLoader
|
id: sidebarCornerOpenInteractionLoader
|
||||||
active: {
|
active: {
|
||||||
if (!Config.options.sidebar.cornerOpen.enable) return false;
|
if (!Config.options.sidebar.cornerOpen.enable) return false;
|
||||||
if (!Config.options.bar.vertical && Config.options.sidebar.cornerOpen.bottom == Config.options.bar.bottom) return false;
|
|
||||||
if (cornerPanelWindow.fullscreen) return false;
|
if (cornerPanelWindow.fullscreen) return false;
|
||||||
return (Config.options.sidebar.cornerOpen.bottom == cornerWidget.isBottom);
|
return (Config.options.sidebar.cornerOpen.bottom == cornerWidget.isBottom);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user