From 18d3ebeb9fb1f7332b3e0934496c11559d5b39d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Tue, 20 Aug 2024 12:12:48 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20docs(readme):=20change=20bluetoo?= =?UTF-8?q?th=20deps=20and=20installation=20steps?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ansible/roles/arch/packages/tasks/modules/base.yml | 4 +++- .github/README.md | 9 +++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.config/ansible/roles/arch/packages/tasks/modules/base.yml b/.config/ansible/roles/arch/packages/tasks/modules/base.yml index 58ddf8d2..39eefc3b 100644 --- a/.config/ansible/roles/arch/packages/tasks/modules/base.yml +++ b/.config/ansible/roles/arch/packages/tasks/modules/base.yml @@ -62,7 +62,6 @@ # Bluetooth - bluez - - blueman # CLI / TUI - bat @@ -137,6 +136,9 @@ - needrestart - paccache-hook + # Bluetooth + - overskride + # CLI / TUI - cava - pacseek diff --git a/.github/README.md b/.github/README.md index 2a23e6d5..b012f671 100644 --- a/.github/README.md +++ b/.github/README.md @@ -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.