Skip to content

Commit

Permalink
hyprlock: explain ability to use pixels or percentages for position a…
Browse files Browse the repository at this point in the history
…nd size (#845)
  • Loading branch information
PaideiaDilemma authored Nov 6, 2024
1 parent 5187a7a commit 0af4a6f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pages/Hypr Ecosystem/hyprlock.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ widget_name {
- 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.
- All `position` and `size` options can be specified in pixels or as percentages of the output size.
- pixels: `10, 10` or `10px, 10px`
- percentages: `10%, 10%`
- mixed: `10%, 5px`

### Shadowable

Expand Down

0 comments on commit 0af4a6f

Please sign in to comment.