diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte
index 582c804..98b34ba 100644
--- a/src/routes/+page.svelte
+++ b/src/routes/+page.svelte
@@ -16,12 +16,12 @@
 
 <div class="flex flex-col md:flex-row gap-4 md:gap-8 md:h-full h-card">
 	<div class="flex flex-col gap-4 md:gap-8 ml-auto">
-		<Window title="latest stuff">
+		<Window title="latest stuff" iconUri="/icons/msg_information.webp">
 			<div class="prose prose-ralsei prose-img:m-0 leading-6">
 				<LatestStuff />
 			</div>
 		</Window>
-		<Window style="md:ml-4" title="status" removePadding>
+		<Window style="md:ml-4" title="status" iconUri="/icons/msn.webp" removePadding>
 			{#if data.lastNote}
 				<div class="m-1.5 flex flex-col font-monospace text-sm">
 					<p
diff --git a/static/icons/msg_information.webp b/static/icons/msg_information.webp
new file mode 100644
index 0000000..cd39fc5
Binary files /dev/null and b/static/icons/msg_information.webp differ
diff --git a/static/icons/msn.webp b/static/icons/msn.webp
new file mode 100644
index 0000000..4d7272e
Binary files /dev/null and b/static/icons/msn.webp differ