tobi-wan-kenobi / bumblebee-status

bumblebee-status is a modular, theme-able status line generator for the i3 window manager.
https://bumblebee-status.readthedocs.io/en/main/
MIT License
1.2k stars 229 forks source link

Fcitx5 icon missing #1015

Closed franzmondlichtmann closed 3 months ago

franzmondlichtmann commented 3 months ago

Bug Report

Description

The Fcitx5 icon that shows the current Fcitx5 keyboard layout is missing. The application icon appears with the default i3bar, but not with bumblebee-status. This icon has nothing to do with fontawesome, I think.

tobi-wan-kenobi commented 3 months ago

I have to admit I have never heard of fcitx5 before. Can you share how you call bumblebee in your config and a screenshot of how it looks vs how it should look?

Generally, these status generators all just produce text output, so I think it has to be related to fonts somehow. Having said that, it is extremely confusing that i3bar works, and bumblebee does not.

franzmondlichtmann commented 3 months ago

image Left end of the i3 bar: fcitx5-keyboard-layout-chooser (currently german="de"), flameshot and steam. I'm very sure its not a font, but icons. bar { font pango:Inconsolata 8 position bottom tray_output none status_command bumblebee-status -m disk:root cpu \ memory battery date time pasink pasource \ -p root.path=/ time.format="%H:%M CW %V" date.format="%a, %b %d %Y" \ -t solarized-powerline }

image

Btw: why is github not showing the newlines in the code in the code-formatted section (in the backticks)?

franzmondlichtmann commented 3 months ago

I didn't the "tray_output none" in the sample code, which I copied. Sorry!