From ba743c623dc638dd8885c5728812289cea829db3 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 19 Sep 2025 17:44:13 -0400 Subject: [PATCH] Give output on what's intended to happen --- bin/omarchy-restart-bluetooth | 1 + bin/omarchy-restart-wifi | 1 + 2 files changed, 2 insertions(+) diff --git a/bin/omarchy-restart-bluetooth b/bin/omarchy-restart-bluetooth index 432e0022..1d3c6c11 100755 --- a/bin/omarchy-restart-bluetooth +++ b/bin/omarchy-restart-bluetooth @@ -1,4 +1,5 @@ #!/bin/bash +echo -e "Unblocking bluetooth...\n" rfkill unblock bluetooth rfkill list bluetooth diff --git a/bin/omarchy-restart-wifi b/bin/omarchy-restart-wifi index b8496d96..b4d66a5a 100755 --- a/bin/omarchy-restart-wifi +++ b/bin/omarchy-restart-wifi @@ -1,4 +1,5 @@ #!/bin/bash +echo -e "Unblocking wifi...\n" rfkill unblock wifi rfkill list wifi