feat(ags4): start subclassing widgets

This commit is contained in:
matt1432 2025-01-01 02:55:15 -05:00
parent dc410ebf59
commit 362bc7314d
8 changed files with 357 additions and 42 deletions
modules/ags/gtk4

View file

@ -2,7 +2,7 @@ import { App } from 'astal/gtk4';
import style from './style.scss';
import Bar from './widget/Bar';
import Bar from './widget/bar';
App.start({