Add mostly final ags config
This commit is contained in:
parent
c310042564
commit
bce65f6835
23 changed files with 999 additions and 156 deletions
|
@ -10,7 +10,7 @@ export const Application = (application) =>
|
|||
children: [
|
||||
Widget.Icon({
|
||||
icon: application.icon_name || "",
|
||||
size: 32,
|
||||
size: 24,
|
||||
}),
|
||||
Widget.Label({
|
||||
class_name: "application_name",
|
||||
|
@ -20,6 +20,6 @@ export const Application = (application) =>
|
|||
truncate: "end",
|
||||
}),
|
||||
],
|
||||
spacing: 8,
|
||||
spacing: 4,
|
||||
}),
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue