From 4c8ee6cc1a3954e7c7583f37f67533cee5e222e9 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 20 Nov 2025 14:21:29 +0100 Subject: [PATCH] There could have been another format-no-controller actually --- migrations/1763560161.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/migrations/1763560161.sh b/migrations/1763560161.sh index 615d40d5..a1f0ff1e 100644 --- a/migrations/1763560161.sh +++ b/migrations/1763560161.sh @@ -1,6 +1,4 @@ echo "Hide Bluetooth module in waybar if there's no BT controller" -if ! grep -q "format-no-controller" ~/.config/waybar/config.jsonc; then - sed -i '/format-connected": "",/a\ "format-no-controller": "",' ~/.config/waybar/config.jsonc - omarchy-restart-waybar -fi +sed -i '/format-connected": "",/a\ "format-no-controller": "",' ~/.config/waybar/config.jsonc +omarchy-restart-waybar