Files
tpanel/windows.ts
2025-10-07 01:58:52 +05:30

8 lines
344 B
TypeScript

import { Bar } from "./widgets/bar";
import { Launcher } from "./widgets/launcher";
import { Notifications } from "./widgets/notifications";
import { ControlCenter } from "./widgets/control-center";
import { WallpaperManager } from "./widgets/wallpaper-manager";
export default [Bar, Launcher, Notifications, ControlCenter, WallpaperManager];