@xenic
If you look at the history for the docky you'll see what should be displayed.
Quote:
History
-------
V52.5 (2015.08.28) <Javier de las Rivas>
-Removed DOCKY_ICON tooltype.
-Added DOCKY_HEIGHT tooltype, rescales docky image.
-Volume value is shown in docky image (bottom centered).
-Added FONTNAME and FONTSIZE tooltypes for use in volume value.
-Added DOCKY_IMAGE_DRAWER tooltype.
-Added TEXTCOLOR and OUTLINECOLOR tooltypes.
-Docky image clones MUTE button status.
-Created CodeBench project.
-Re-enabled Enable()/Disable() in some _ctrl.c
These are my Docky tooltypes and they work quite fine, i have the volume level displayed on the bottom in front of the docky icon
Quote:
WINBORDERS=YES
DOCKY_1CLICK=YES
(SOUNDCARD=1)
DOCKY_HEIGHT=24
(DOCKY_IMAGE_DRAWER=)
FONTNAME=DejaVu Sans Condensed.font
FONTSIZE=12
(TEXTCOLOR=000000)
(OUTLINECOLOR=FFFFFF)
I think it falls back to using tbimages: if no docky_image_drawer path is given.
edit: fixed wrong tooltype information