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.22k stars 228 forks source link

i3 error - cant use themes #833

Closed wawawiwo closed 2 years ago

wawawiwo commented 2 years ago

It appears that the bar cant use any theme. If i use "-t", the theme stays the same and i get an error in the i3 config file pointing to the line where i tried to set the theme.

I've tried having the themes both in .config and .local, but it doesn't work. Where should the themes be located then? Or how can i point to bumblebee-status that the themes are?

ERROR: CONFIG: Line 205: status_command ~/.config/bumblebee-status/bumblebee-status -m cpu memory battery time \ ERROR: CONFIG: Line 206: -t solarized-powerline ERROR: CONFIG: ^^^^^^^^^^^^^^^^^^^^^^

tobi-wan-kenobi commented 2 years ago

Can you please show the bar configuration in your i3 config? This error looks like it is related to the i4 config rather than bumblebee's invocation.

tobi-wan-kenobi commented 2 years ago

It looks a bit like you are having a newline in your i3 config, which would break the invokation (it would try to interpert "-t solarized-powerline" as an i3 command.