Use plugin IPC routes

This commit is contained in:
Ryan Hughes
2026-05-23 04:32:20 -04:00
parent 25b7dede1d
commit 4cd6593ba3
10 changed files with 71 additions and 84 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ notify_update() {
notify_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 panels.network toggle
[[ $action == "default" ]] && omarchy-shell omarchy.network toggle
) >/dev/null 2>&1 &
}