From 47602a7cb4a5f3f63e5c812b95ac66004469dadc Mon Sep 17 00:00:00 2001 From: Mora Unie Youer Date: Sun, 2 Mar 2025 12:14:41 +0300 Subject: feat: initial commit --- app.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 app.ts (limited to 'app.ts') diff --git a/app.ts b/app.ts new file mode 100644 index 0000000..7e8cc7c --- /dev/null +++ b/app.ts @@ -0,0 +1,10 @@ +import { App } from "astal/gtk4" +import style from "./style.scss" +import Bar from "./widget/Bar" + +App.start({ + css: style, + main() { + App.get_monitors().map(Bar) + }, +}) -- cgit v1.2.3-70-g09d2