wgui: fully working templates!
This commit is contained in:
@@ -58,28 +58,11 @@
|
||||
|
||||
<!-- main button list -->
|
||||
<div flex_direction="row" gap="8" margin_top="32">
|
||||
<!-- Templates WIP! -->
|
||||
<MenuButton />
|
||||
<rectangle width="120" height="82" round="8" border="2" border_color="#FFFFFF77" color="#00000033" align_items="center" justify_content="center" flex_direction="column" gap="8">
|
||||
<sprite src="dashboard/apps.svg" width="32" height="32" />
|
||||
<label weight="bold" color="#FFFFFF" size="18" text="Apps" />
|
||||
</rectangle>
|
||||
<rectangle width="120" height="82" round="8" border="2" border_color="#FFFFFF77" color="#00000033" align_items="center" justify_content="center" flex_direction="column" gap="8">
|
||||
<sprite src="dashboard/games.svg" width="32" height="32" />
|
||||
<label weight="bold" color="#FFFFFF" size="18" text="Games" />
|
||||
</rectangle>
|
||||
<rectangle width="120" height="82" round="8" border="2" border_color="#FFFFFF77" color="#00000033" align_items="center" justify_content="center" flex_direction="column" gap="8">
|
||||
<sprite src="dashboard/monado.svg" width="32" height="32" />
|
||||
<label weight="bold" color="#FFFFFF" size="18" text="Monado" />
|
||||
</rectangle>
|
||||
<rectangle width="120" height="82" round="8" border="2" border_color="#FFFFFF77" color="#00000033" align_items="center" justify_content="center" flex_direction="column" gap="8">
|
||||
<sprite src="dashboard/window.svg" width="32" height="32" />
|
||||
<label weight="bold" color="#FFFFFF" size="18" text="Processes" />
|
||||
</rectangle>
|
||||
<rectangle width="120" height="82" round="8" border="2" border_color="#FFFFFF77" color="#00000033" align_items="center" justify_content="center" flex_direction="column" gap="8">
|
||||
<sprite src="dashboard/settings.svg" width="32" height="32" />
|
||||
<label weight="bold" color="#FFFFFF" size="18" text="Settings" />
|
||||
</rectangle>
|
||||
<MenuButton icon="dashboard/apps.svg" text="Apps" />
|
||||
<MenuButton icon="dashboard/games.svg" text="Games" />
|
||||
<MenuButton icon="dashboard/monado.svg" text="Monado" />
|
||||
<MenuButton icon="dashboard/window.svg" text="Processes" />
|
||||
<MenuButton icon="dashboard/settings.svg" text="Settings" />
|
||||
</div>
|
||||
</div>
|
||||
</rectangle>
|
||||
|
||||
Reference in New Issue
Block a user