Calum MacRae

Results 49 comments of Calum MacRae

Sure! That could indeed be a feature 👍🏻 spacebar already displays multiple bars based on the presence of multiple displays. This could probably quit easily be moulded to accommodate 2...

Hey @blaadje 👋 That's not possible at the moment. To be honest I'm not sure I actually what the functionality you're after would be 🤔 Could you explain?

@SmithJson Could you please share your `.spacebarrc` as text? Like this: ``` spacebar -m config background_color 0xff202020 spacebar -m config battery_icon_color 0xffffbcbc spacebar -m config clock_format %R .... ```

Ah yes, I've just noticed you're using the old configuration syntax in your first example (with `status_bar_`). What version of spacebar are you running?

Please try using this configuration and restarting spacebar: ``` #!/usr/bin/env sh spacebar -m config status_bar_text_font "Helvetica Neue:Bold:12.0" spacebar -m config status_bar_icon_font "Font Awesome 5 Free:Regular:12.0" spacebar -m config status_bar_background_color 0xff202020...

Damn! Thanks for taking the time to try those @SmithJson 🙇 Could you please add `spacebar -m config debug_output on` to the top of your `spacebarrc` and restart the service?...

Also, try setting your icon font to `"FontAwesome:Regular:12.0"` like this: `spacebar -m config icon_font "FontAwesome:Regular:12.0"` See if that helps? Just to check, do you have the FontAwesome font installed? You...

Thanks @SmithJson 👍 I can't seem to replicate this bug, so I'm afraid I may be a bit slow on fixing it :(

Thanks for your input @kazhala! I really hope this is what it is 🤞🏻

@SmithJson let me know if the above helps!