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
-5
View File
@@ -1,5 +0,0 @@
echo "Install Impala as new wifi selection TUI"
if omarchy-cmd-missing impala; then
omarchy-pkg-add impala
fi
+1 -2
View File
@@ -1,4 +1,3 @@
echo "Replace bluetooth GUI with TUI"
echo "Drop bluetooth GUI"
omarchy-pkg-add bluetui
omarchy-pkg-drop blueberry
+3
View File
@@ -0,0 +1,3 @@
echo "Remove bluetui and impala packages"
omarchy-pkg-drop bluetui impala