mirror of
https://github.com/xsghetti/HyprCrux.git
synced 2025-07-03 13:50:38 -04:00
updates
This commit is contained in:
parent
1f8cb3c145
commit
610604e80f
253 changed files with 27055 additions and 44 deletions
25
.config/ags/old/test.js
Normal file
25
.config/ags/old/test.js
Normal 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,
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue