mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
9 lines
249 B
Bash
9 lines
249 B
Bash
echo "Replace bluetooth GUI with TUI"
|
|
|
|
omarchy-pkg-add bluetui
|
|
omarchy-pkg-drop blueberry
|
|
|
|
if ! grep -q "omarchy-launch-bluetooth" ~/.config/waybar/config.jsonc; then
|
|
sed -i 's/blueberry/omarchy-launch-bluetooth/' ~/.config/waybar/config.jsonc
|
|
fi
|