merge with master

This commit is contained in:
Jas Singh
2024-07-24 20:52:58 -07:00

View File

@@ -1,12 +1,14 @@
# HyprPanel # HyprPanel
A panel built for Hyprland with [Aylur's Gnome Shell](https://github.com/Aylur/ags) A panel built for Hyprland with [Aylur's Gnome Shell](https://github.com/Aylur/ags)
> NOTE: This project is in the process of being migrated fully to TypeScript
## Requirements ## Requirements
Bun (may require sudo) Bun
```sh ```sh
curl -fsSL https://bun.sh/install | bash && \ curl -fsSL https://bun.sh/install | bash && \
ln -s $HOME/.bun/bin/bun /usr/local/bin/bun sudo ln -s $HOME/.bun/bin/bun /usr/local/bin/bun
``` ```
Additional dependencies: Additional dependencies:
``` ```