From 1ffd7e1d54dd33311440cf4f6c0b2debca042c4d Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sun, 23 Mar 2025 16:16:21 +1100 Subject: config: refactor --- app.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app.tsx') diff --git a/app.tsx b/app.tsx index 9f8a0a5..820d322 100644 --- a/app.tsx +++ b/app.tsx @@ -12,7 +12,8 @@ import Wallpapers from "@/services/wallpapers"; import type PopupWindow from "@/widgets/popupwindow"; import { execAsync, idle, timeout, writeFileAsync } from "astal"; import { App } from "astal/gtk3"; -import { initConfig, style, updateConfig } from "config"; +import { style } from "config"; +import { initConfig, updateConfig } from "config/funcs"; const shouldBeTransparent = (name: string) => name === "base" || -- cgit v1.2.3-freya