diff options
author | Jas Singh <[email protected]> | 2025-01-12 04:41:45 -0800 |
---|---|---|
committer | GitHub <[email protected]> | 2025-01-12 13:41:45 +0100 |
commit | 82fd9e6967f26333669fed137f6ef3a6969489d4 (patch) | |
tree | 213ba44a75320617531aefd4de85e3080c96dfb1 /docs | |
parent | 50500a4d0169201ab4eae594cf51b17dd8e69f21 (diff) |
Added HyprPanel to showcase. (#244)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/public/showcase/hyprpanel_showcase.webp | bin | 0 -> 87210 bytes | |||
-rw-r--r-- | docs/showcases/showcases.ts | 7 |
2 files changed, 7 insertions, 0 deletions
diff --git a/docs/public/showcase/hyprpanel_showcase.webp b/docs/public/showcase/hyprpanel_showcase.webp Binary files differnew file mode 100644 index 0000000..6a9ad7c --- /dev/null +++ b/docs/public/showcase/hyprpanel_showcase.webp diff --git a/docs/showcases/showcases.ts b/docs/showcases/showcases.ts index f208517..a673aaf 100644 --- a/docs/showcases/showcases.ts +++ b/docs/showcases/showcases.ts @@ -40,6 +40,13 @@ export default [ 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>> |