refactor: move styles to seperate folder

This commit is contained in:
tux
2025-09-24 21:57:45 +05:30
parent ae3bc364be
commit e09d781605
8 changed files with 27 additions and 22 deletions

2
app.ts
View File

@@ -1,6 +1,6 @@
import app from "ags/gtk4/app";
import GLib from "gi://GLib";
import style from "./style.scss";
import style from "./style/main.scss";
import windows from "./windows";
const icons = `${GLib.get_user_config_dir()}/tpanel/assets/icons`;