You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace the default KeePass Windows ME–style tray icon with a wireframe padlock icon to match the style of built-in tray icons in Windows 10 and 11.
6
+
Replace the default KeePass Windows 98–style tray icon with a wireframe padlock icon to match the style of built-in tray icons in Windows 10 and 11.
7
7
8
8
- While the database is being opened, an hourglass icon is shown on top of the padlock, so you can tell when it's done opening and ready to use.
9
9
- When the database is locked or closed, the icon will be hidden, because it's distracting and not useful in this state that is effectively identical to exiting KeePass.
@@ -16,12 +16,14 @@ Replace the default KeePass Windows ME–style tray icon with a wireframe padloc
16
16
17
17
## Installation
18
18
1. Download [**`KeePassTrayIconLockState.dll`**](https://github.com/Aldaviva/KeePassTrayIconLockState/releases/latest/download/KeePassTrayIconLockState.dll) from the [latest release](https://github.com/Aldaviva/KeePassTrayIconLockState/releases/latest).
19
-
1. Save `KeePassTrayIconLockState.dll` to the `Plugins` directory inside your KeePass installation directory, or a subfolder, *e.g.*
19
+
1. Save `KeePassTrayIconLockState.dll` to the `Plugins` directory inside your KeePass installation directory, or a subfolder, such as
These same instructions also apply to upgrades of existing plugin installations.
26
+
25
27
## Behavior
26
28
<dl>
27
29
<dt><img src="https://raw.githubusercontent.com/Aldaviva/KeePassTrayIconLockState/master/KeePassTrayIconLockState/Resources/unlocked.ico" height="16" /> Database is open</dt>
@@ -33,22 +35,24 @@ Replace the default KeePass Windows ME–style tray icon with a wireframe padloc
33
35
</dl>
34
36
35
37
## Configuration
38
+
There is no required configuration for this plugin. Optional settings are described below.
39
+
36
40
### Custom icons
37
-
To change the icons that this plugin renders from the default ones, you can create your own icon files in same directory as this plugin's `KeePassTrayIconLockState.dll` file.
41
+
To optionally override the [Windows 10/11 style wireframe icons](#behavior) that this plugin renders, you can create your own custom icon files in same directory as this plugin's `KeePassTrayIconLockState.dll` file. This is useful if you don't like the wireframe icons from this plugin, but you also don't want to fork or reimplement this entire plugin and all its logic just to change a few image resources.
38
42
39
-
The icons can each contain a 16×16px image for normal DPI (100%) screens and a 32×32px image for high DPI (≈200%) screens. If your scaling factor is not represented, such as 150%, you can supply other dimensions as well, otherwise, Windows will scale down the larger image so that it doesn't look blurry.
43
+
Each of the icon files can contain a 16×16px image for normal DPI (100%) screens as well as a 32×32px image for high DPI (≈200%) screens. If your scaling factor is not represented, such as 150%, you can supply other dimensions as well in the same file, such as 24×24px, otherwise, Windows will scale down the larger image so that it doesn't look blurry.
40
44
41
-
You can use any icon editing program you want to edit or convert images to ICO files, such as [Iconaton](https://sourceforge.net/projects/iconaton/files/iconaton/Iconaton%200.1%20Beta%201/).
45
+
You can use any icon editing program you want to edit or convert images to ICO files, such as [Iconaton](https://sourceforge.net/projects/iconaton/files/iconaton/Iconaton%200.1%20Beta%201/). 32-bit color (8bpc with transparency) is supported.
42
46
43
47
Icon files with the following filenames will be used by this plugin.
|icon filename|database state|OS theme|default plugin icon to replace|
46
50
|---|---|---|---|
47
-
|`opening-lighttaskbar.ico`|loading|light|<img src="https://raw.githubusercontent.com/Aldaviva/KeePassTrayIconLockState/master/KeePassTrayIconLockState/Resources/unlocking-light.ico" height="16" /> black padlock and hourglass|
48
-
|`opening-darktaskbar.ico`|loading|dark|<img src="https://raw.githubusercontent.com/Aldaviva/KeePassTrayIconLockState/master/KeePassTrayIconLockState/Resources/unlocking.ico" height="16" /> white padlock and hourglass|
49
-
|`open-lighttaskbar.ico`|loaded|light|<img src="https://raw.githubusercontent.com/Aldaviva/KeePassTrayIconLockState/master/KeePassTrayIconLockState/Resources/unlocked-light.ico" height="16" /> black padlock|
50
-
|`open-darktaskbar.ico`|loaded|dark|<img src="https://raw.githubusercontent.com/Aldaviva/KeePassTrayIconLockState/master/KeePassTrayIconLockState/Resources/unlocked.ico" height="16" /> white padlock|
51
+
|`opening-lighttaskbar.ico`|opening|light|<img src="https://raw.githubusercontent.com/Aldaviva/KeePassTrayIconLockState/master/KeePassTrayIconLockState/Resources/unlocking-light.ico" height="16" /> black padlock and hourglass|
52
+
|`opening-darktaskbar.ico`|opening|dark|<img src="https://raw.githubusercontent.com/Aldaviva/KeePassTrayIconLockState/master/KeePassTrayIconLockState/Resources/unlocking.ico" height="16" /> white padlock and hourglass|
53
+
|`open-lighttaskbar.ico`|open|light|<img src="https://raw.githubusercontent.com/Aldaviva/KeePassTrayIconLockState/master/KeePassTrayIconLockState/Resources/unlocked-light.ico" height="16" /> black padlock|
54
+
|`open-darktaskbar.ico`|open|dark|<img src="https://raw.githubusercontent.com/Aldaviva/KeePassTrayIconLockState/master/KeePassTrayIconLockState/Resources/unlocked.ico" height="16" /> white padlock|
51
55
52
-
Any states for which you don't supply an icon file will be rendered with this plugin's built-in icons, so you don't have to provide all four files if you don't want to.
56
+
Any states for which you don't supply an icon file will be rendered with this plugin's built-in wireframe icons, so you don't have to provide all four files if you don't want to.
53
57
54
-
Changes to these icon files take effect after restarting KeePass.
58
+
Changes to these icon files take effect after restarting KeePass.
0 commit comments