We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58be30b commit 919c62eCopy full SHA for 919c62e
1 file changed
rofi-bluetooth
@@ -20,6 +20,10 @@
20
divider="---------"
21
goback="Back"
22
23
+bluetoothctl() {
24
+ printf '%s\nquit' "$*" | bluetoothctl
25
+}
26
+
27
# Checks if bluetooth controller is powered on
28
power_on() {
29
if bluetoothctl show | grep -q "Powered: yes"; then
0 commit comments