slashlos / He3

He3 aka Helium 3, a multi-window, floating browser,
https://github.com/slashlos/He3/
MIT License
73 stars 5 forks source link

Request: black and white icon in the menu bar #8

Closed pretzelmonster closed 3 years ago

pretzelmonster commented 3 years ago

Hi, I like Helium and it works great for me. The only thing that is (visually) annoying is that it's the only coloured icon in my menu bar. Can you please add a setting to maybe switch between blue and b/w color? That would be highly appreciated!

Best regards!

Menu bar

slashlos commented 3 years ago

Which version? latest via app store adopts apple's UI and not much I can can do to affect that. This gets further complicated with light/dark/auto mode.

pretzelmonster commented 3 years ago

Hi, it's the latest He3 version from the App Store. Other apps, e.g. NextCloud have a setting for "monochrome icon" in the menu bar, so I doubt it's automatic with the UI settings.

Thanks for considering this change!

Best regards!

pretzelmonster commented 3 years ago

Hi, I found a tool to hide a few icons I don't need so much (including He3) behind an arrow in the menu bar, so no priority to change HE3 any more.

Thanks anyway!

slashlos commented 3 years ago

In 1.0.6 (build 8421+) is a new defaults preference you can clear to get (mostly) black and white icon; I say mostly as white itself didn't come across that well and we alternate based on current appearance. So

1% defaults read -app He3 colorStatusIcon
1
1% defaults write -app He3 colorStatusIcon 0
1% defaults read -app He3 colorStatusIcon
0
pretzelmonster commented 3 years ago

Thanks! You’re the best!

Am 13.05.2021 um 01:31 schrieb cd santiago @.***>:

 In 1.0.6 (build 8421+) is a new defaults preference you can clear to get (mostly) black and white icon; I say mostly as white itself didn't come across that well and we alternate based on current appearance. So

1% defaults read -app He3 colorStatusIcon 1 1% defaults write -app He3 colorStatusIcon 0 1% defaults read -app He3 colorStatusIcon 0

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.