aboutsummaryrefslogtreecommitdiffstats
path: root/config/ags/config.js
diff options
context:
space:
mode:
authorKiran George <kirangeorge1995@gmail.com>2024-04-24 22:19:05 +0530
committerKiran George <kirangeorge1995@gmail.com>2024-05-04 11:00:00 +0530
commitdc9f0cd58454b4cb33a704b11e4cc8a7c6594e67 (patch)
tree02aff524a96c620f2f603dbb45f7017256981148 /config/ags/config.js
parent425df5f3a17a72ba41973dedf0673bd8dd607385 (diff)
Added ags overview widget
Updated search iscon for overview search result suggested action Removed excluded site from overview web search Updated calculator icon for overview Updated overview search action icon spacing Added initial pywal integration to overview search and updated seach icon
Diffstat (limited to 'config/ags/config.js')
-rw-r--r--config/ags/config.js31
1 files changed, 31 insertions, 0 deletions
diff --git a/config/ags/config.js b/config/ags/config.js
new file mode 100644
index 00000000..278bf351
--- /dev/null
+++ b/config/ags/config.js
@@ -0,0 +1,31 @@
+"use strict";
+import GLib from 'gi://GLib';
+import App from 'resource:///com/github/Aylur/ags/app.js'
+import userOptions from './modules/.configuration/user_options.js';
+import Overview from './modules/overview/main.js';
+
+const COMPILED_STYLE_DIR = `${GLib.get_user_config_dir()}/ags/user/`
+
+async function applyStyle() {
+
+ App.resetCss();
+ App.applyCss(`${COMPILED_STYLE_DIR}/style.css`);
+ console.log('[LOG] Styles loaded')
+}
+applyStyle().catch(print);
+
+const Windows = () => [
+ Overview()
+];
+const CLOSE_ANIM_TIME = 210;
+App.config({
+ css: `${COMPILED_STYLE_DIR}/style.css`,
+ stackTraceOnError: true,
+ closeWindowDelay: {
+ 'sideright': CLOSE_ANIM_TIME,
+ 'sideleft': CLOSE_ANIM_TIME,
+ 'osk': CLOSE_ANIM_TIME,
+ },
+ windows: Windows().flat(1),
+});
+
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage