Refactor codebase to use nix modules
This commit is contained in:
parent
a4735423b4
commit
ffada2703c
114 changed files with 1018 additions and 744 deletions
|
|
@ -1,22 +0,0 @@
|
|||
export const Clock = (monitor = 0) => {
|
||||
|
||||
return Widget.Window({
|
||||
monitor,
|
||||
name: `switch${monitor}`,
|
||||
anchor: ['top', 'left', 'right'],
|
||||
margins: [864, 1030],
|
||||
css: 'background: transparent;',
|
||||
child: container,
|
||||
});
|
||||
};
|
||||
|
||||
const container = Widget.Box({
|
||||
css: `
|
||||
min-height: 110px;
|
||||
min-width: 500px;
|
||||
border: 4px solid #f4d80a;
|
||||
border-radius: 50px;
|
||||
margin: 3px;
|
||||
box-shadow: 0 0 0 3px white;
|
||||
`,
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue