-
Notifications
You must be signed in to change notification settings - Fork 14
Core: Status Bar
SwiftyChicken edited this page Dec 1, 2021
·
1 revision
Status Bar (Polybar)
<++>
This error can occur when you use an older version of my dotfiles and haven't installed bluez
and bluez-utils
.
This can easily be fixed by adding the following just under the line #!/bin/sh
in .config/polybar/scripts/bluetooth-status.sh:
! command -v bluetoothctl &> /dev/null && echo "%{F#6c809e}%{F-}" && exit 0