Skip to content

Commit 2ae1f01

Browse files
[thonkbar] hotfix bluetooth script
1 parent f6b23c7 commit 2ae1f01

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,14 @@
33
<img src="./powertools/toolicons/512x512/devices/computer-ryscas.png" width=64/>
44
<img src="./powertools/toolicons/512x512/devices/computer-lion.png" width=64/>
55
<img src="./powertools/toolicons/512x512/devices/computer-kiwi.png" width=64/>
6-
<img src="./powertools/toolicons/512x512/devices/computer-pika.png" width=64/>
7-
<img src="./powertools/toolicons/512x512/devices/computer-koala.png" width=64/>
86
<img src="./powertools/toolicons/512x512/devices/computer-localhost.png" width=64/>
9-
<img src="./powertools/toolicons/512x512/devices/computer-macc.png" width=64/>
10-
<img src="./powertools/toolicons/512x512/devices/computer-orca.png" width=64/>
7+
<img src="./powertools/toolicons/512x512/devices/computer-crab.png" width=64/>
8+
<img src="./powertools/toolicons/512x512/devices/computer-koala.png" width=64/>
119
<img src="./powertools/toolicons/512x512/devices/computer-pine.png" width=64/>
12-
<img src="./powertools/toolicons/512x512/devices/computer-search7edu-local.png" width=64/>
10+
<img src="./powertools/toolicons/512x512/devices/computer-pika.png" width=64/>
11+
<img src="./powertools/toolicons/512x512/devices/computer-orca.png" width=64/>
12+
<img src="./powertools/toolicons/512x512/devices/computer-macc.png" width=64/>
1313
<img src="./powertools/toolicons/512x512/devices/computer-tolaria.png" width=64/>
14-
<img src="./powertools/toolicons/512x512/devices/computer-crab.png" width=64/>
15-
<img src="./powertools/toolicons/512x512/devices/computer-ryscas.png" width=64/>
1614
</p>
1715

1816
----

powertools/thonkbar/scripts/bluetooth

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ print_block
2323
exit
2424

2525
# TODO: find suitable event trigger
26-
bluetoothctl | grep -E --line-buffered "CHG|NEW|DEL" | while read -r; do
27-
print_block
28-
done
26+
# bluetoothctl | grep -E --line-buffered "CHG|NEW|DEL" | while read -r; do
27+
# print_block
28+
# done

0 commit comments

Comments
 (0)