Merged with master

This commit is contained in:
Jas Singh
2024-07-25 20:34:05 -07:00

View File

@@ -1,5 +1,5 @@
# 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 Gtk Shell](https://github.com/Aylur/ags)
> NOTE: This project is in the process of being migrated fully to TypeScript > NOTE: This project is in the process of being migrated fully to TypeScript
@@ -42,7 +42,7 @@ yay -S grimblast gpu-screen-recorder hyprpicker python-gpustat aylurs-gtk-shell-
## Instructions ## Instructions
Once everything is installed you need to put the contents of this repo in `~/.config/ags`. Once everything is installed you need to put the contents of this repo in `~/.config/ags`.
If you already have something in `~/.confi/ags`, it's recommended that you back it up with: If you already have something in `~/.config/ags`, it's recommended that you back it up with:
```bash ```bash
mv $HOME/.config/ags $HOME/.config/ags.bkup mv $HOME/.config/ags $HOME/.config/ags.bkup
``` ```