hyprlock: add Shape widget (#588)

This commit is contained in:
bvr-yr 2024-04-10 19:24:34 +03:00 committed by GitHub
parent 9d479afda8
commit df2636b7ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 23 additions and 0 deletions

View File

@ -121,6 +121,29 @@ image {
}
```
### Shape
✓ Shadowable
Draws a shape beneath all other widgets but background.
```ini
shape {
monitor =
size = 360, 60
color = rgba(17, 17, 17, 1.0)
rounding = -1
border_size = 8
border_color = rgba(0, 207, 230, 1.0)
rotate = 0
xray = false # if true, make a "hole" in the background (rectangle of specified size, no rotation)
position = 0, 80
halign = center
valign = center
}
```
### Input Field
✓ Shadowable