feat(ags4): add Kompass

This commit is contained in:
matt1432 2025-01-05 20:23:44 -05:00
parent 64e1d3f7ce
commit 9fed14cba5
6 changed files with 63 additions and 5 deletions
modules/ags/gtk4/widget

View file

@ -1,6 +1,8 @@
import { App, Astal, Gtk } from 'astal/gtk4';
import { Variable } from 'astal';
import Kompass from 'gi://Kompass';
import { Box, Button, Calendar, CenterBox, Label, MenuButton, Popover, Window } from './subclasses';
const { EXCLUSIVE } = Astal.Exclusivity;
@ -29,7 +31,7 @@ export default () => {
application={App}
>
<CenterBox cssName="centerbox">
<Button onClicked="echo hi" />
<Kompass.Tray />
{styledBox}