SwiftyChicken / dotfiles

My dotfiles
281 stars 14 forks source link

Polybar dbus Issue #5

Closed godspeed1709 closed 2 years ago

godspeed1709 commented 2 years ago

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

godspeed1709 commented 2 years ago

Error of bluetoothd and dbus... solved by commenting this part from the module and bar

SwiftyChicken commented 2 years ago

I will update the bluetooth status so this error doesn't appear again when bluez is not installed

SwiftyChicken commented 2 years ago

Nevermind I should've already done that maybe you hadn't the latest script version of ~/.config/polybar/scripts/bluetooth-status.sh which contains this first line:

! command -v bluetoothctl &> /dev/null && echo "%{F#6c809e}󰂯%{F-}" && exit 0