aboutsummaryrefslogtreecommitdiffstats
path: root/config/ags/modules/overview/main.js
diff options
context:
space:
mode:
authorJaKooLit <jimmielovejay@gmail.com>2024-05-07 01:22:54 +0900
committerJaKooLit <jimmielovejay@gmail.com>2024-05-07 01:22:54 +0900
commit1313535e7b45095bef66e41438d5f245478d35b1 (patch)
tree5082c6305311e2f6d76fb9f97fd8dfc7b3465326 /config/ags/modules/overview/main.js
parent6c6ca3bf9d11befdc9256816f660358bf7d3ea06 (diff)
update
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