swiftbar / SwiftBar

Powerful macOS menu bar customization tool
https://swiftbar.app
MIT License
2.95k stars 92 forks source link

header color support broken in 1.4.2 #260

Closed nicoster closed 2 years ago

nicoster commented 2 years ago
#!/bin/bash

echo "foo|color=red"

echo "---"
echo "bar"

whenever a color is specified (whether in text or hex), unwanted separators show up in the menu.

image

Interestingly when right-clicking the header, the dropdown menu looks as expected.

image
melonamin commented 2 years ago

HI @nicoster, what macOS version you're on? I don't see this behavior on Monterey.

I've noticed another bug on your screenshot and been able to reproduce it - left-click doesn't change text color like it should(see right click)

karillo commented 2 years ago

I just wanted to mention that I had observed the "double separator when using color in the title" behavior from the original report when using 1.4.2 on Catalina (10.5.7).

The fix for switching color on left-click in 1.4.3 resolves that double-separator issue as well.