Strange behavior of modules
See original GitHub issueVersion used: latest AUR bumblebee-status
First weird behavior
I am sure this probably is an error on my side, but I have encountered this strange behavior of modules in the bar. It looks like the arrows are “missing a piece”.
(Sorry for the watermark)
This error happened with every theme I tried, so I don’t think that it’s bond to any theme. For the screenshot I used this inside the
bar{}
block in the .config/i3/config
font pango:Noto Sans Regular 10, FontAwesome 10, Powerline 10
status_command bumblebee-status -t powerline \
-m time date spacer battery
I found someone having the same problem on AskUbuntu, but it didn’t solve the problem.
Second weird behavior
Next weird behavior i came across is in the battery module. When the laptop is plugged in, it shows a question mark in a circle (shown in the first part). When I unplug it, however, it shows the charging symbol.
.
Do you know if these problems are caused by fonts, system (I use arch btw) or if this is a bug? Thank you!
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (2 by maintainers)
That’s okay! 😃 The second issue was just a malfunctioning battery in my laptop,
acpi
was returningUnknown
as the state of the battery. The first issue was, like you said, a problem with my font configuration. I tried changing my fonts etc. and eventually somehow got it to work 😃.@matejp0 Were you able to fix the second issue? Sorry for taking a while to get back to you!