-
Notifications
You must be signed in to change notification settings - Fork 445
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to show hex code color (in the tray menu)? #2700
Comments
Fixed in #2704. Showing color icon in tray menu will be available in the next release. |
@hluk cannot await to test it, thank you! |
@orschiro Feel free to test it with the latest dev builds: https://ci.appveyor.com/project/hluk/copyq/builds/49741262/artifacts |
@hluk just tested but it doesn't seem to work. |
Can you share the commands you use to show the color? For the tray menu icon, you can use a simple Display command (these work on existing items too since they do not need to modify underlying item data): [Command]
Command="
copyq:
setData(mimeColor, input());"
Display=true
Icon=
Input=text/plain
Match=^#[0-9a-zA-Z]{3}
Name=Show Colors |
Thanks for the testing! |
You're welcome. :)
…On Fri, 3 May 2024 at 11:59, Lukas Holecek ***@***.***> wrote:
Thanks for the testing!
—
Reply to this email directly, view it on GitHub
<#2700 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABJXQ4OHJB3TE35XEBERS3ZANNYBAVCNFSM6AAAAABGYLVEU2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOJSGY4DKNBTG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hi all,
In reference to #1583.
The issue provides several commands to display the color of a hex code in the main menu.
However, I would like to display the color in the tray menu as well.
Can anyone help me with this?
Thank you!
The text was updated successfully, but these errors were encountered: