From 62f70e16ed2e5888df0823bfbc573afe996d0717 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Wed, 12 Mar 2025 20:30:01 -0700 Subject: [PATCH] New backup 2025-03-12 20:30:01 --- de/home/.config/eww/scripts/bar/bluetooth | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/de/home/.config/eww/scripts/bar/bluetooth b/de/home/.config/eww/scripts/bar/bluetooth index 78e2674..6b04b85 100755 --- a/de/home/.config/eww/scripts/bar/bluetooth +++ b/de/home/.config/eww/scripts/bar/bluetooth @@ -41,9 +41,9 @@ function btstatus(){ btstatus -bluetoothctl | tr -d '\r' | while read -r event;do +bluetoothctl | awk '/Device/' |tr -d '\r' | while read -r event;do # btstatus - printf '%s' "${event}" + printf '%-2d %s\n' "test" "test" done exit