Drop bluetui and impala in favor of shell controls
This commit is contained in:
@@ -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 &
|
||||
}
|
||||
|
||||
|
||||
@@ -9,7 +9,6 @@ asdcontrol
|
||||
avahi
|
||||
bash-completion
|
||||
bat
|
||||
bluetui
|
||||
bolt
|
||||
brightnessctl
|
||||
btop
|
||||
@@ -58,7 +57,6 @@ hyprlock
|
||||
hyprpicker
|
||||
hyprsunset
|
||||
imagemagick
|
||||
impala
|
||||
imv
|
||||
inetutils
|
||||
inxi
|
||||
|
||||
Reference in New Issue
Block a user