diff options
Diffstat (limited to 'app.ts')
-rw-r--r-- | app.ts | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,9 +3,11 @@ import { App } from "astal/gtk4" import style from "./style.scss" import Bar from "./widget/bar/Bar" +import Notifications from "./widget/notifications/Notifications" const windows = [ Bar, + Notifications, ]; App.start({ |