7 lines
74 B
Bash
Executable file
7 lines
74 B
Bash
Executable file
#!/bin/sh
|
|
|
|
. sb-theme
|
|
|
|
val=$(dmenu-bluetooth --status)
|
|
|
|
display "$val" $1
|