diff options
| author | Simeon Simeonov | 2020-12-11 10:31:57 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2020-12-11 10:31:57 +0100 |
| commit | 466436647b51f0283fbac5630899f03a099e6fa7 (patch) | |
| tree | 13bba7a804f99f236fe596c2e764d914df12c8b1 | |
| parent | 9b798b0cbd8061c6c6a3db19646b72ef17a56266 (diff) | |
Improve 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 |
