Skip to content

Core: Status Bar

SwiftyChicken edited this page Dec 1, 2021 · 1 revision

Status Bar (Polybar)

About

<++>

Troubleshoot

There's a "dbus[ ]: arguments" error in the status bar

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

Source: https://github.com/SwiftyChicken/dotfiles/issues/5