diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
| @@ -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 | ||
| 90 | also displays the broken-down time until 2021 using the specified template (-J) in the top left corner. | 91 | also displays the broken-down time until 2021 using the specified template (-J) |
| 92 | in the top left corner (instead of elapsed time). | ||
| 91 | 93 | ||
| 92 | 94 | ||
| 93 | ## Support and contributing | 95 | ## Support and contributing |
