Update dependencies. (#372)

This commit is contained in:
Jas Singh
2024-10-26 13:14:27 -07:00
committed by GitHub
parent bf6fc3dbea
commit 70f4517bb6

View File

@@ -30,27 +30,37 @@ curl -fsSL https://bun.sh/install | bash && \
sudo ln -s $HOME/.bun/bin/bun /usr/local/bin/bun sudo ln -s $HOME/.bun/bin/bun /usr/local/bin/bun
``` ```
Additional dependencies: ### Required
```sh ```sh
pipewire pipewire
## Resource monitoring modules
libgtop libgtop
## Bluetooth menu utilities
bluez bluez
bluez-utils bluez-utils
grimblast
gpu-screen-recorder ## Copy/Paste utilities
hyprpicker
btop
networkmanager
matugen
wl-clipboard wl-clipboard
swww
## Compiler for sass/scss
dart-sass dart-sass
## Brightness module for OSD
brightnessctl brightnessctl
## AGS requirements
networkmanager
gnome-bluetooth-3.0 gnome-bluetooth-3.0
``` ```
Optional Dependencies: ::: warning
HyprPanel will not run without the required dependencies.
:::
### Optional
```sh ```sh
## Used for Tracking GPU Usage in your Dashboard (NVidia only) ## Used for Tracking GPU Usage in your Dashboard (NVidia only)
@@ -63,8 +73,26 @@ pywal
## To check for pacman updates in the default script used in the updates module ## To check for pacman updates in the default script used in the updates module
pacman-contrib pacman-contrib
## To switch between power profiles in battery module ## To switch between power profiles in the battery module
power-profiles-daemon power-profiles-daemon
## To take snapshots with the default snapshot shortcut in the dashboard
grimblast
## To record screen through the dashboard record shortcut
gpu-screen-recorder
## To enable the eyedropper color picker with the default snapshot shortcut in the dashboard
hyprpicker
## To click resource/stat bars in the dashboard and open btop
btop
## To enable matugen based color theming
matugen
## To enable matugen based color theming and setting wallpapers
swww
``` ```
### Arch ### Arch