feat: add wallpaper-manager

This commit is contained in:
tux
2025-10-07 01:49:01 +05:30
parent 410ee29aa1
commit d185a7e694
4 changed files with 138 additions and 1 deletions

View File

@@ -2,5 +2,6 @@ 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];
export default [Bar, Launcher, Notifications, ControlCenter, WallpaperManager];