mirror of
https://github.com/tuxdotrs/tpanel.git
synced 2025-10-10 21:01:54 +05:30
feat: add control center widget
This commit is contained in:
11
widgets/control-center/footer.tsx
Normal file
11
widgets/control-center/footer.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import { Gtk } from "ags/gtk4";
|
||||
|
||||
export const Footer = () => {
|
||||
const { END } = Gtk.Align;
|
||||
|
||||
return (
|
||||
<box valign={END} cssClasses={["footer"]}>
|
||||
<label hexpand label="NOBODY FUX WITH TUX" />
|
||||
</box>
|
||||
);
|
||||
};
|
Reference in New Issue
Block a user