Update readme to document panel/ags installation.
This commit is contained in:
13
README.md
13
README.md
@@ -41,7 +41,18 @@ yay -S grimblast gpu-screen-recorder hyprpicker python-gpustat aylurs-gtk-shell-
|
|||||||
|
|
||||||
## Instructions
|
## 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
|
```bash
|
||||||
ags
|
ags
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user