summaryrefslogtreecommitdiff
path: root/i3lock-extended.1
diff options
context:
space:
mode:
Diffstat (limited to 'i3lock-extended.1')
-rw-r--r--i3lock-extended.114
1 files changed, 13 insertions, 1 deletions
diff --git a/i3lock-extended.1 b/i3lock-extended.1
index b0f51a7..34ea2a3 100644
--- a/i3lock-extended.1
+++ b/i3lock-extended.1
@@ -8,7 +8,7 @@
8.fi 8.fi
9.. 9..
10 10
11.TH i3lock\-extended 1 "MARCH 2020" Linux "User Manuals" 11.TH i3lock\-extended 1 "DECEMBER 2020" Linux "User Manuals"
12 12
13.SH NAME 13.SH NAME
14i3lock\-extended \- improved screen locker 14i3lock\-extended \- improved screen locker
@@ -18,6 +18,8 @@ i3lock\-extended \- improved screen locker
18.RB [\|\-B 18.RB [\|\-B
19.IR color \|] 19.IR color \|]
20.RB [\|\-b\|] 20.RB [\|\-b\|]
21.RB [\|\-C
22.IR seconds \|]
21.RB [\|\-c 23.RB [\|\-c
22.IR color \|] 24.IR color \|]
23.RB [\|\-D\|] 25.RB [\|\-D\|]
@@ -94,6 +96,8 @@ Digital clock
94Elapsed time since activation 96Elapsed time since activation
95.IP \[bu] 97.IP \[bu]
96Display-text 98Display-text
99.IP \[bu]
100Count to a specific calendar time (absolute time)
97 101
98.SH OPTIONS 102.SH OPTIONS
99.TP 103.TP
@@ -112,6 +116,14 @@ Turn the screen into the given color instead of white.
112Color must be given in 3-byte. Default: ffffff (white). 116Color must be given in 3-byte. Default: ffffff (white).
113 117
114.TP 118.TP
119.BI \-C\ seconds \fR,\ \fB\-\-count\-until= seconds
120Sets the seconds since the Epoch to count to. date +%s -d ... can be used to
121get the Epoch time. Then the following macros will become available for the
122display-text parameter: %d - days remaining until the time set,
123%h - hours remaining, %m - minutes remaining, %s - seconds remaining,
124%S - total amount of seconds remaining. Default: 0 (count until is off).
125
126.TP
115.B \-D, \-\-digital\-clock 127.B \-D, \-\-digital\-clock
116Display digital clock. 128Display digital clock.
117 129