diff options
author | Manuel Palenzuela <manuelpalenzuelamerino@gmail.com> | 2019-10-21 20:09:02 +0100 |
---|---|---|
committer | Manuel Palenzuela <manuelpalenzuelamerino@gmail.com> | 2019-10-21 20:09:02 +0100 |
commit | bb788dddf67c67d8ccd8f365187fea4d470a5d11 (patch) | |
tree | 94d0df9c3797db4c0df50601104b0da09b09651f /modules/bluetooth | |
parent | 032d16e9ae83ff20bf6a6f0d474f6ff10903bb5c (diff) |
Added volume module
Diffstat (limited to 'modules/bluetooth')
-rwxr-xr-x | modules/bluetooth | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/bluetooth b/modules/bluetooth index 88a7a56..5dea2b0 100755 --- a/modules/bluetooth +++ b/modules/bluetooth @@ -11,10 +11,10 @@ get_bluetooth() if [ "$status" == "active" ] then - echo "" + echo "$BLUETOOTH_ON_ICON" else : - #echo "" + #echo "$BLUETOOTH_OFF_ICON" fi } |