add Image section

This commit is contained in:
bvr-yr 2024-03-15 03:45:26 +03:00 committed by Mihai Fufezan
parent 13f9f6d46e
commit 195c81da0c
1 changed files with 23 additions and 0 deletions

View File

@ -85,6 +85,29 @@ background {
}
```
### Image
✓ Shadowable
Draws an image.
If `path` is empty or missing, nothing will be shown.
```ini
image {
monitor =
path = /home/me/cutie.png
size = 150 # lesser side if not 1:1 ratio
rounding = -1 # negative values mean circle
border_size = 4
border_color = rgb(221, 221, 221)
position = 0, 200
halign = center
valign = center
}
```
### Input Field
✓ Shadowable