Update readme instructions
This commit is contained in:
24
README.md
24
README.md
@@ -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 Gnome Shell](https://github.com/Aylur/ags)
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
Bun (may require sudo)
|
Bun (may require sudo)
|
||||||
@@ -8,17 +8,6 @@ Bun (may require sudo)
|
|||||||
curl -fsSL https://bun.sh/install | bash && \
|
curl -fsSL https://bun.sh/install | bash && \
|
||||||
ln -s $HOME/.bun/bin/bun /usr/local/bin/bun
|
ln -s $HOME/.bun/bin/bun /usr/local/bin/bun
|
||||||
```
|
```
|
||||||
AGS: https://github.com/Aylur/ags
|
|
||||||
|
|
||||||
A [weatherapi](https://www.weatherapi.com/) key in a file at Documents/Keys/keyList.js
|
|
||||||
Create an object like so
|
|
||||||
```js
|
|
||||||
export const keyRing = {
|
|
||||||
weatherapi: "your_weatherapi_key"
|
|
||||||
}
|
|
||||||
```
|
|
||||||
This API key approach is only temporary and won't be needed soon.
|
|
||||||
|
|
||||||
Additional dependencies:
|
Additional dependencies:
|
||||||
```
|
```
|
||||||
pipewire
|
pipewire
|
||||||
@@ -28,7 +17,6 @@ grimblast
|
|||||||
gpu-screen-recorder
|
gpu-screen-recorder
|
||||||
hyprpicker
|
hyprpicker
|
||||||
btop
|
btop
|
||||||
nmcli
|
|
||||||
networkmanager
|
networkmanager
|
||||||
dart-sass
|
dart-sass
|
||||||
brightnessctl
|
brightnessctl
|
||||||
@@ -37,6 +25,16 @@ python-gpustat
|
|||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Arch (pacman):
|
||||||
|
```bash
|
||||||
|
sudo pacman -S pipewire bluez bluez-utils btop networkmanager dart-sass brightnessctl python
|
||||||
|
```
|
||||||
|
|
||||||
|
Arch (AUR):
|
||||||
|
```bash
|
||||||
|
yay -S grimblast gpu-screen-recorder hyprpicker python-gpustat aylurs-gtk-shell-git
|
||||||
|
```
|
||||||
|
|
||||||
## Instructions
|
## Instructions
|
||||||
|
|
||||||
The HyprPanel comes with a configuration menu which is available by opening the Dashboard menu (click the button in the bar with your Distro's logo) and then clicking the Gear icon;
|
The HyprPanel comes with a configuration menu which is available by opening the Dashboard menu (click the button in the bar with your Distro's logo) and then clicking the Gear icon;
|
||||||
|
|||||||
Reference in New Issue
Block a user