📚 docs(readme): change bluetooth deps and installation steps

This commit is contained in:
Sergio Laín 2024-08-20 12:12:48 +02:00
parent 7efb335208
commit 18d3ebeb9f
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150
2 changed files with 8 additions and 5 deletions

View file

@ -62,7 +62,6 @@
# Bluetooth
- bluez
- blueman
# CLI / TUI
- bat
@ -137,6 +136,9 @@
- needrestart
- paccache-hook
# Bluetooth
- overskride
# CLI / TUI
- cava
- pacseek

9
.github/README.md vendored
View file

@ -244,19 +244,20 @@ yay -Sy pika-backup vesktop-bin nwg-displays nwg-look gnome-logs galculator gpar
- **Bluetooth**
Lets start installing the Bluetooth packages:
Lets start by installing bluez (bluetooth support) and overskride (GUI):
```bash
yay -Sy bluez bluez-utils blueman
yay -Sy bluez overskride
```
After installing the required packages, we have to start the Bluetooth service. With systemd is pretty straightforward:
```bash
systemctl --user enable bluetooth.service
systemctl --user start bluetooth.service
systemctl --user enable --now bluetooth.service
```
Now launch overskride and there you have it.
- **Icon Theme**
First off, we have to download the icon package from the releases page of their repo. You can do it very easily by using curl.