mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 04:35:59 +01:00
add Image section
This commit is contained in:
parent
13f9f6d46e
commit
195c81da0c
1 changed files with 23 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue