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
346 stars 44 forks source link

Can't get custom icons to work! #26

Closed gate1975mlm closed 5 years ago

gate1975mlm commented 5 years ago

I followed the directions from the following web site but when I click Caps, Scroll or Number lock key I am not seeing my custom icons. All am seeing it the default one.

https://cli.jonaskohl.de/!/icons

Thanks

jonaskohl commented 5 years ago

Huh, it is working for me. Please make sure CapsLock Indicator is executed inside the folder where your icons are located (most likely a problem when using shortcuts or batch scripts). Also make sure the icons are valid Windows ICO files.

gate1975mlm commented 5 years ago

Here are the icons I am trying to use. ico icons.zip

jonaskohl commented 5 years ago

Your problem is that you files have a double extension, so they are named num0.ico.ico etc. This might be because you have file extensions turned off. I suggest you enable it in Windows Explorer in the ribbon menu under View > File name extensions. Rename the files so they only have a single .ico extension.

jonaskohl commented 5 years ago

I am closing this now as I recieved no response.