BumbleBee not working
See original GitHub issueAffected module: none
Description:
Installed Bumblebee status using pip, when put in config with the modules, paramters, and theme i get an error
here is my config for the bar
` bar {
position top
height 30
status_command ~/.local/bin/bumblebee-status -m network playerctl pulseaudio arch_update battery bluetooth2 date time
-p time.format=“%H:%M CW %V” date.format=“%a, %b %d %Y”
-t solarized-powerline
font pango: FontAwesome 10, JetBrainsMono Nerd Font Bold
colors {
separator $text
background $background
statusline $text
focused_workspace $text $text $background
active_workspace $inactive $inactive $background
inactive_workspace $background $background $text
urgent_workspace $error $error $background
}
} `
If you are having problems with fonts, please read: https://github.com/tobi-wan-kenobi/bumblebee-status/issues/228 https://github.com/tobi-wan-kenobi/bumblebee-status/issues/210 https://github.com/tobi-wan-kenobi/bumblebee-status/issues/197 https://github.com/tobi-wan-kenobi/bumblebee-status/issues/233
Please note FontAwesome 5 is currently not supported: https://github.com/tobi-wan-kenobi/bumblebee-status/issues/239
Issue Analytics
- State:
- Created 10 months ago
- Comments:13 (6 by maintainers)
I have to check later since i am at school rn
So, pulseaudio is actually managed by two modules:
pulsein for microphones and pulseout for headsets etc.
Do those two work for you?
BTW: You are by far not the first person to be falling into the pulseaudio trap, I need to find a better solution for this 😦
Thank you for your patience!