jonaskohl / CapsLockIndicator

A small utility that indicates the state of the Num lock, Caps lock and Scroll lock key.
https://cli.jonaskohl.de/
Apache License 2.0
338 stars 43 forks source link

Transparent background #27

Closed ktal4 closed 2 years ago

ktal4 commented 5 years ago

Is it possible to make the background transparent? So that all we see is a text notification? I can see how to make it white but not transparent. I'd like to be able to set it so that the only time I see the notification is when caps lock is on.

jonaskohl commented 5 years ago

This is going to be quite a challange, because I'm using a normal GDI+ Form to draw the notification, which sadly does not provide alpha transparency out of the box (using TransparencyKey would look ugly). However, I'm going to try my best and see what I can do!

ktal4 commented 5 years ago

That would be great! Thanks for trying.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 2 years ago

This issue has been automatically closed because there has not been any new activity since it has been marked as stale.

verwischt commented 2 years ago

Hello. I would like a feature like that too. Is there anything new related to this request?