aboutsummaryrefslogtreecommitdiffstats
path: root/config/ags/config.js
diff options
context:
space:
mode:
authorJa.KooLit <ejhay.games@gmail.com>2024-05-05 07:18:59 +0900
committerJa.KooLit <ejhay.games@gmail.com>2024-05-05 07:18:59 +0900
commit8e9b6f015038ae76ce68035d6aee7ff88a5be06c (patch)
tree498a56e78802f92bf3814353ac35a50d8b5f950b /config/ags/config.js
parent962a09dd0088cd01cbf3e678c4c500ff5087e4e4 (diff)
Hmmmm.. I dont know why ags its here.... removing it
Diffstat (limited to 'config/ags/config.js')
-rw-r--r--config/ags/config.js31
1 files changed, 0 insertions, 31 deletions
diff --git a/config/ags/config.js b/config/ags/config.js
deleted file mode 100644
index 278bf351..00000000
--- a/config/ags/config.js
+++ /dev/null
@@ -1,31 +0,0 @@
-"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