isrunning-bluetooth: fix renaming

This commit is contained in:
x70b1 2019-01-02 13:05:47 +01:00
parent 8a8f2032d0
commit c41fc78fa3

View File

@ -1,4 +1,4 @@
# Script: isactive-bluetooth # Script: isrunning-bluetooth
A script that shows if bluetooth is on or off. A script that shows if bluetooth is on or off.
@ -6,8 +6,8 @@ A script that shows if bluetooth is on or off.
## Module ## Module
```ini ```ini
[module/isactive-bluetooth] [module/isrunning-bluetooth]
type = custom/script type = custom/script
exec = ~/polybar-scripts/isactive-bluetooth.sh exec = ~/polybar-scripts/isrunning-bluetooth.sh
interval = 10 interval = 10
``` ```