feat: initial commit

This commit is contained in:
tux
2025-05-31 14:00:56 +05:30
commit ec117cea00
19 changed files with 603 additions and 0 deletions

4
windows.ts Normal file
View File

@@ -0,0 +1,4 @@
import { Bar } from "./widget/bar";
import { AppLauncher } from "./widget/app-launcher";
export default [Bar, AppLauncher];