aboutsummaryrefslogtreecommitdiffstats
path: root/config/ags/modules/overview/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'config/ags/modules/overview/main.js')
-rw-r--r--config/ags/modules/overview/main.js18
1 files changed, 18 insertions, 0 deletions
diff --git a/config/ags/modules/overview/main.js b/config/ags/modules/overview/main.js
new file mode 100644
index 00000000..1f5348d9
--- /dev/null
+++ b/config/ags/modules/overview/main.js
@@ -0,0 +1,18 @@
+import Widget from 'resource:///com/github/Aylur/ags/widget.js';
+import { SearchAndWindows } from "./windowcontent.js";
+import PopupWindow from '../.widgethacks/popupwindow.js';
+
+export default (id = '') => PopupWindow({
+ name: `overview${id}`,
+ exclusivity: 'ignore',
+ keymode: 'exclusive',
+ visible: false,
+ // anchor: ['middle'],
+ layer: 'overlay',
+ child: Widget.Box({
+ vertical: true,
+ children: [
+ SearchAndWindows(),
+ ]
+ }),
+})
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage