summaryrefslogtreecommitdiff
path: root/docs/showcases/showcases.ts
diff options
context:
space:
mode:
Diffstat (limited to 'docs/showcases/showcases.ts')
-rw-r--r--docs/showcases/showcases.ts20
1 files changed, 17 insertions, 3 deletions
diff --git a/docs/showcases/showcases.ts b/docs/showcases/showcases.ts
index 2aea04a..a673aaf 100644
--- a/docs/showcases/showcases.ts
+++ b/docs/showcases/showcases.ts
@@ -12,14 +12,14 @@ type Grid<T> = T | [T, T]
export default [
{
- image: "/astal/showcase/aylur.png",
+ image: "/astal/showcase/aylur.webp",
url: "https://github.com/Aylur/dotfiles",
icon: "devicon-typescript-plain",
- description: "Placeholder (this is an ags v1 screenshot)",
+ title: "Marble Shell",
author: "Aylur",
},
{
- image: "/astal/showcase/tokyob0t-super-duper-hiper-mega-ultra-contribution.webp",
+ image: "/astal/showcase/tokyob0t.webp",
url: "https://github.com/tokyob0t/dotfiles",
icon: "devicon-lua-plain",
title: "Tokyob0t's Desktop",
@@ -33,6 +33,20 @@ export default [
title: "kompass",
author: "kotontrion",
},
+ {
+ image: "/astal/showcase/ezerinz.webp",
+ url: "https://github.com/ezerinz/epik-shell",
+ icon: "devicon-javascript-plain",
+ title: "Epik Shell",
+ author: "ezerinz",
+ },
+ {
+ image: "/astal/showcase/hyprpanel_showcase.webp",
+ url: "https://github.com/Jas-SinghFSU/hyprpanel",
+ icon: "devicon-javascript-plain",
+ title: "HyprPanel",
+ author: "Jas",
+ },
// add more showcases here~
] satisfies Array<Grid<Showcase>>