36 lines
603 B
Markdown
36 lines
603 B
Markdown
Requirements:
|
|
Bun (may require sudo)
|
|
|
|
```sh
|
|
curl -fsSL https://bun.sh/install | bash && \
|
|
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:
|
|
```
|
|
pipewire
|
|
bluez
|
|
bluez-utils
|
|
grimblast
|
|
gpu-screen-recorder
|
|
hyprpicker
|
|
btop
|
|
nmcli
|
|
networkmanager
|
|
dart-sass
|
|
brightnessctl
|
|
python
|
|
python-gpustat
|
|
|
|
```
|