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

Strange error in a fresh archlinux install #958

Closed cristiangutie closed 1 year ago

cristiangutie commented 1 year ago

Bug Report

When i3wm starts, the bar show the modules for a brief second and then it just disappear and show numbers. (Picture attached)

screenshot-20230324-204657Z-whole

Description

Affected module: modules from basic installation Version used: git and AUR

My bar configuration in i3 config file is:

bumblebee-status from AUR

bar {
    font pango:Inconsolata 10
    position top
    status_command bumblebee-status -m nic disk:root cpu \
        memory battery date time pasink pasource dnf \
        -p root.path=/ time.format="%H:%M CW %V" date.format="%a, %b %d %Y" \
        -t solarized-powerline
}

bumblebee-status from git

bar {
    font pango:Inconsolata 10
    position top
    status_command ~/Documents/Git/bumblebee-status/bumblebee-status -m nic disk:root cpu \
        memory battery date time pasink pasource dnf \
        -p root.path=/ time.format="%H:%M CW %V" date.format="%a, %b %d %Y" \
        -t solarized-powerline
}

i3 status bar works fine.

How to reproduce

Install i3wm, i3status, bumblee-status