📚 docs(readme): change bluetooth deps and installation steps
This commit is contained in:
parent
7efb335208
commit
18d3ebeb9f
2 changed files with 8 additions and 5 deletions
|
@ -62,7 +62,6 @@
|
||||||
|
|
||||||
# Bluetooth
|
# Bluetooth
|
||||||
- bluez
|
- bluez
|
||||||
- blueman
|
|
||||||
|
|
||||||
# CLI / TUI
|
# CLI / TUI
|
||||||
- bat
|
- bat
|
||||||
|
@ -137,6 +136,9 @@
|
||||||
- needrestart
|
- needrestart
|
||||||
- paccache-hook
|
- paccache-hook
|
||||||
|
|
||||||
|
# Bluetooth
|
||||||
|
- overskride
|
||||||
|
|
||||||
# CLI / TUI
|
# CLI / TUI
|
||||||
- cava
|
- cava
|
||||||
- pacseek
|
- pacseek
|
||||||
|
|
9
.github/README.md
vendored
9
.github/README.md
vendored
|
@ -244,19 +244,20 @@ yay -Sy pika-backup vesktop-bin nwg-displays nwg-look gnome-logs galculator gpar
|
||||||
|
|
||||||
- **Bluetooth**
|
- **Bluetooth**
|
||||||
|
|
||||||
Lets start installing the Bluetooth packages:
|
Lets start by installing bluez (bluetooth support) and overskride (GUI):
|
||||||
|
|
||||||
```bash
|
```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:
|
After installing the required packages, we have to start the Bluetooth service. With systemd is pretty straightforward:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
systemctl --user enable bluetooth.service
|
systemctl --user enable --now bluetooth.service
|
||||||
systemctl --user start bluetooth.service
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Now launch overskride and there you have it.
|
||||||
|
|
||||||
- **Icon Theme**
|
- **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.
|
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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue