Skip to content

Commit

Permalink
add Image section
Browse files Browse the repository at this point in the history
  • Loading branch information
bvr-yr authored and fufexan committed Mar 18, 2024
1 parent 13f9f6d commit 195c81d
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions pages/Hypr Ecosystem/hyprlock.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 195c81d

Please sign in to comment.