Polybar update

This commit is contained in:
Michał Gdula 2022-04-19 10:34:46 +01:00
parent 17510f3bd3
commit 36f4585dfa
11 changed files with 222 additions and 195 deletions

View file

@ -0,0 +1,7 @@
#!/bin/sh
if [ $(bluetoothctl show | grep "Powered: yes" | wc -c) -eq 0 ]
then
bluetoothctl power on
else
bluetoothctl power off
fi