feat: add notifications widget

This commit is contained in:
tux
2025-06-13 23:12:11 +05:30
parent e042268846
commit e93f98d154
8 changed files with 219 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
import { Bar } from "./widgets/bar";
import { AppLauncher } from "./widgets/app-launcher";
import { Notifications } from "./widgets/notifications";
export default [Bar, AppLauncher];
export default [Bar, AppLauncher, Notifications];