mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-07 14:05:59 +01:00
hyprlock: add zindex (#654)
* hyprlock: add zheight * Update hyprlock.md
This commit is contained in:
parent
78cef04998
commit
f7f5d02022
1 changed files with 3 additions and 2 deletions
|
@ -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 {
|
|||
|
||||
✓ Shadowable
|
||||
|
||||
Draws a shape beneath all other widgets but background.
|
||||
Draws a shape.
|
||||
|
||||
```ini
|
||||
shape {
|
||||
|
|
Loading…
Reference in a new issue