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
+2 -2
View File
@@ -7,8 +7,8 @@ notify_update() {
notify_wifi() {
(
action=$(notify-send -a omarchy-action -u critical --hint=string:omarchy-glyph:󰖩 "Click to Setup Wi-Fi" "Tab to navigate, Space to select, ? for help." -A "default=Setup")
[[ $action == "default" ]] && omarchy-launch-wifi
action=$(notify-send -a omarchy-action -u critical --hint=string:omarchy-glyph:󰖩 "Click to Setup Wi-Fi" -A "default=Setup")
[[ $action == "default" ]] && omarchy-shell networkPanel toggle
) >/dev/null 2>&1 &
}