1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-16 18:15:17 +00:00

lua-imlib2: Fix typo in the docs.

This commit is contained in:
Simon Lees 2024-02-23 12:49:55 +10:30 committed by Brenden Matthews
parent b79d465ed3
commit 99406d7a83

View File

@ -192,6 +192,6 @@ values:
| x,y | Position to render the image. |
| scale_x, scale_y | The amount to scale the image, 1.0 provides no scaling, 2.0 for twice the size and |
| | 0.5 for half size etc. |
| | Default value: No Scaling (1.0,1.0)
| | Default value: No Scaling (1.0,1.0) |
require('cairo_imlib2_helper') in your lua file. |
require('cairo_imlib2_helper') in your lua file.