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

Time and pasource modules not displaying #961

Closed random-prism closed 1 year ago

random-prism commented 1 year ago

Affected module: time, pasource (maybe pomodoro) Version used: 2 (in .readthedocs.yaml)

Hello! I'm using bumblebee status for a week, I liked it and everything was fine until decided that I needed a pomodoro. When I added the pomodoro module, the icon for the time module changed to a ` (or a ~, not sure) and the pasource module to a dot. Also there is a weird bar between them.

How it is right now: bumblebee-status1

bumblebee-status2

This is my i3config:

bar {
    position top
        font pango: monospace 8
    status_command /home/Garbinowo/.config/i3/bumblebee-status/bumblebee-status \
        -m time date pomodoro pasink pasource battery \
        -p pomodoro.work=50 pomodoro.break=10 time.format=%H:%M date.format="%d/%m/%Y" \
        -t greyish-powerline
}

It used to look like this: bumblebee-status3

Thank you for reading this.

tobi-wan-kenobi commented 1 year ago

I think you might have changed the font configuration of the i3 bar at the same time, is that possible? module selection does not affect fonts at all.

For the bar, you need a font-awesome compatible font (i.e. one of the nerd fonts)

random-prism commented 1 year ago

I think you might have changed the font configuration of the i3 bar at the same time, is that possible? module selection does not affect fonts at all.

Not sure if that's possible, because in my i3config I have font pango: monospace 8

For the bar, you need a font-awesome compatible font (i.e. one of the nerd fonts)

It worked immediatly, thank you :D

bumblebee-status4