Drop bluetui and impala in favor of shell controls

This commit is contained in:
David Heinemeier Hansson
2026-05-19 08:20:13 +02:00
parent 7800937b29
commit 2ac069e72b
11 changed files with 33 additions and 40 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# Turn on bluetooth service so blueberry or bluetui works out the box
# Turn on bluetooth service so blueberry works out the box
echo "Let's turn on Bluetooth service so the controls work"
if systemctl is-enabled --quiet bluetooth.service && systemctl is-active --quiet bluetooth.service; then
# Bluetooth is already enabled, nothing to change