tobi-wan-kenobi/bumblebee-status

Themes not loading at all

sylentpunk opened this issue · 2 comments

Bug Report

Description

Affected module: All themes
Version used: Latest AUR

I installed from the AUR and made sure to install font-awesome-4. When enabled in the config, no theme seems to load.

How to reproduce

  • Download according to the instructions in the README
  • Configure bar in i3config
  • Reload i3 for changes to take effect
  • No theme will show, instead it will only show text and vertical bars in the case of the separators.
    image

Bar config is attached below:
config.txt

Hello!

I am pretty sure the issue is the # before -p. i3 will just send the whole statusbar command to the shell (the \ are purely cosmetic i3 config syntax), and the shell treats everything after the # as a comment.

Can you please try to remove the line that says "# -p " and see if that makes a difference?

thanks, will do when i get home and edit this comment with an update

Update: yep, removing the -p entirely seems to get it to work, I'll keep this in mind in the future. thanks for the help and the work you put into this!