hyprlock: add zindex (#654)

* hyprlock: add zheight

* Update hyprlock.md
This commit is contained in:
shezdy 2024-05-17 12:29:26 -06:00 committed by GitHub
parent 78cef04998
commit f7f5d02022
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -56,10 +56,11 @@ widget_name {
- Additionally hyprlock will parse `<br/>` for your convenience. (That's a
linebreak) Remember to enable linebreaks in your spans with
`allow_breaks="true"`.
- Positioning is done via halign, valign and position. Position is an added
- Positioning is done via halign, valign, position, and zindex. Position is an added
offset to the result of alignment.
- halign: `left`, `center`, `right`, `none`. valign: `top`, `center`,
`bottom`, `none`
- zindex: Widgets with larger numbers will be placed above widgets with smaller numbers. All widgets default to 0, except background which defaults to -1.
### Shadowable
@ -127,7 +128,7 @@ image {
&check; Shadowable
Draws a shape beneath all other widgets but background.
Draws a shape.
```ini
shape {