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.