Drop bluetui and impala in favor of shell controls
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
echo "Install Impala as new wifi selection TUI"
|
||||
|
||||
if omarchy-cmd-missing impala; then
|
||||
omarchy-pkg-add impala
|
||||
fi
|
||||
@@ -1,4 +1,3 @@
|
||||
echo "Replace bluetooth GUI with TUI"
|
||||
echo "Drop bluetooth GUI"
|
||||
|
||||
omarchy-pkg-add bluetui
|
||||
omarchy-pkg-drop blueberry
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
echo "Remove bluetui and impala packages"
|
||||
|
||||
omarchy-pkg-drop bluetui impala
|
||||
Reference in New Issue
Block a user