Update readme to document panel/ags installation.

This commit is contained in:
Jas Singh
2024-07-25 00:37:37 -07:00
parent 06504da980
commit d0a83d1959

View File

@@ -41,7 +41,18 @@ yay -S grimblast gpu-screen-recorder hyprpicker python-gpustat aylurs-gtk-shell-
## Instructions
Once everything is installed you can run the panel with the following command in your terminal:
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:
```bash
mv $HOME/.config/ags $HOME/.config/ags.bkup
```
Otherwise you can use this command to install the panel:
```bash
git clone https://github.com/Jas-SinghFSU/HyprPanel.git && \
ln -s $(pwd)/HyprPanel $HOME/.config/ags
```
Afterwards you can run the panel with the following command in your terminal:
```bash
ags
```