From 9c1cc00965170b85146ddcdaff9eeb522e1a8d48 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 1 Mar 2025 22:01:55 +1100 Subject: launcher: wallpaper action --- app.tsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app.tsx') diff --git a/app.tsx b/app.tsx index d97d41d..4f59115 100644 --- a/app.tsx +++ b/app.tsx @@ -8,6 +8,7 @@ import Monitors from "@/services/monitors"; import Palette from "@/services/palette"; import Players from "@/services/players"; import Schemes from "@/services/schemes"; +import Wallpapers from "@/services/wallpapers"; import type PopupWindow from "@/widgets/popupwindow"; import { execAsync, idle, writeFileAsync } from "astal"; import { App } from "astal/gtk3"; @@ -41,6 +42,7 @@ App.start({ // Init services idle(() => Schemes.get_default()); + idle(() => Wallpapers.get_default()); console.log(`Caelestia started in ${Date.now() - now}ms`); }, -- cgit v1.2.3-freya