Skip to content

Commit

Permalink
Document bw, bx and by options
Browse files Browse the repository at this point in the history
  • Loading branch information
Raymo111 authored Jun 4, 2021
1 parent bc7a0fc commit aa2091a
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions i3lock.1
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ y - y position of the current display.
Corresponds to the topmost row of pixels on that display.
w - width of the current display.
h - height of the current display.
r - the unlock indicator radius.
r - unlock indicator radius.
.RE
.RE

Expand All @@ -337,19 +337,23 @@ Sets the position for the time string. All the variables from \-\-ind\-pos may b
used, in addition to:
.RS
.RS
ix - the x value of the indicator on the current display.
iy - the y value of the indicator on the current display.
ix - x position of the indicator on the current display.
iy - y position of the indicator on the current display.
.RE
.RE
If the \-\-bar\-indicator option is used, the following variables may be used:
bw - width of the bar indicator.
bx - x position of the bar indicator on the current display.
by - y position of the bar indicator on the current display.

.TP
.B \-\-date\-pos="x\-position:y\-position"
Sets the position for the date string. All the variables from \-\-ind\-pos and
\-\-time\-pos may be used, in addition to:
.RS
.RS
tx - the computed x value of the timestring, for the current display.
ty - the computed y value of the timestring, for the current display.
tx - x position of the timestring on the current display.
ty - y position of the timestring on the current display.
.RE
.RE

Expand Down

0 comments on commit aa2091a

Please sign in to comment.