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,12 @@
|
|||
// TODO: user-agnostic, reload if changed
|
||||
export function ProfilePicture(size = 32) {
|
||||
return Widget.Box({
|
||||
class_name: "profile-picture",
|
||||
css: `
|
||||
background-image: url('/home/avery/.face.icon');
|
||||
background-size: cover;
|
||||
min-width: ${size}px;
|
||||
min-height: ${size}px;
|
||||
`,
|
||||
});
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue