Files
ewwii/examples/activateLinux/ewwii.rhai
2025-10-12 14:47:12 +00:00

21 lines
476 B
Plaintext

enter([
defwindow(
"activate linux",
#{
monitor: 0,
focusable: "none",
stacking: "overlay",
wm_ignore: false,
geometry: #{
x: "50px",
y: "20px",
width: "50px",
height: "30px",
anchor: "bottom right",
},
reserve: #{ distance: "40px", side: "top" },
},
label(#{ markup: "<big>Activate linux</big>\nGo to Settings to activate Linux", justify: "left",class: "activate"})
),
]);