mirror of
https://github.com/tuxdotrs/tpanel.git
synced 2025-10-10 12:51:54 +05:30
feat: add wallpaper-manager
This commit is contained in:
@@ -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];
|
||||
|
Reference in New Issue
Block a user