From 3696a4e7293bffe6c4d3c54778be9a3670c9cd3e Mon Sep 17 00:00:00 2001 From: "Victor Adossi (\"vados\")" Date: Sun, 16 Nov 2025 12:50:24 +0900 Subject: [PATCH] docs(linux): use GitHub warning text for warning note (#248) --- linux/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/linux/README.md b/linux/README.md index 742d991..1d36426 100644 --- a/linux/README.md +++ b/linux/README.md @@ -82,7 +82,8 @@ Then restart WirePlumber: systemctl --user restart wireplumber ``` -**Note:** Do NOT run `mpris-proxy` with WirePlumber - it will conflict and break media controls. +> [!WARNING] +> Do NOT run `mpris-proxy` with WirePlumber - it will conflict and break media controls. #### PulseAudio @@ -131,4 +132,4 @@ It is possible that the AirPods disconnect after a short period of time and play ### Why a separate script? -Because I discovered that QBluetooth doesn't support connecting to a socket with its PSM, only a UUID can be used. I could add a dependency on BlueZ, but then having two bluetooth interfaces seems unnecessary. So, I decided to use a separate script for hearing aid features. In the future, QBluetooth will be replaced with BlueZ native calls, and then everything will be in one application. \ No newline at end of file +Because I discovered that QBluetooth doesn't support connecting to a socket with its PSM, only a UUID can be used. I could add a dependency on BlueZ, but then having two bluetooth interfaces seems unnecessary. So, I decided to use a separate script for hearing aid features. In the future, QBluetooth will be replaced with BlueZ native calls, and then everything will be in one application.