Add mostly final ags config
This commit is contained in:
parent
c310042564
commit
bce65f6835
23 changed files with 999 additions and 156 deletions
|
@ -0,0 +1,10 @@
|
|||
import { Clock } from "../bar-extended/big-clock.js";
|
||||
|
||||
export const popup_clock = Widget.Window({
|
||||
name: "popup_clock",
|
||||
visible: false,
|
||||
anchor: ["right", "top"],
|
||||
margins: [16, 16, 0, 0],
|
||||
layer: "overlay",
|
||||
child: Clock(),
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue