This commit is contained in:
xsghetti 2024-04-11 00:21:35 -04:00
parent 1f8cb3c145
commit 610604e80f
253 changed files with 27055 additions and 44 deletions

25
.config/ags/old/test.js Normal file
View file

@ -0,0 +1,25 @@
import PopupWindow from "./modules/PopupWindow.js";
export default () => PopupWindow({
name: "test",
exclusivity: "ignore",
// transition: "slide_left", //bar.position === "top" ? "slide_down" : "slide_up",
// anchor: ["top"],
layout: "right",
// anchor: ["right", "bottom", "top"],
child: Widget.Label({
label: "No sex",
css: `background-color: #0e0e0e;
border: 2px solid #FFFFFF;`,
// vpack: "fill",
// hpack: "fill",
vexpand: true,
hexpand: true,
}),
// vpack: "fill",
// hpack: "fill",
vexpand: true,
hexpand: true,
})