summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index b259172..10b59b8 100644
--- a/README.md
+++ b/README.md
@@ -84,10 +84,12 @@ while
84 ```bash 84 ```bash
85 date +%s -d"Jan 1, 2021 00:00:00" 85 date +%s -d"Jan 1, 2021 00:00:00"
86 # returns seconds since the Epoch (f.i. 1609455600) 86 # returns seconds since the Epoch (f.i. 1609455600)
87 i3lock-extended -f -L -n -S 32 -c 000000 -F 000000 -O 00FF00 -B 7f7f7f -R 7f7f7f -G 7f7f7f -D -E -C 1609455600 -W left -Z top -J "%d days, %h hours, %m minutes and %s seconds until 2021" 87 i3lock-extended -f -L -n -S 32 -c 000000 -F 000000 -O 00FF00 -B 7f7f7f -R 7f7f7f -G 7f7f7f \
88 -D -C 1609455600 -W left -Z top -J "%d days, %h hours, %m minutes and %s seconds until 2021"
88 ``` 89 ```
89 90
90also displays the broken-down time until 2021 using the specified template (-J) in the top left corner. 91also displays the broken-down time until 2021 using the specified template (-J)
92in the top left corner (instead of elapsed time).
91 93
92 94
93## Support and contributing 95## Support and contributing