Skip to content

Commit

Permalink
Fix small issues in doc
Browse files Browse the repository at this point in the history
Co-authored-by: Max Verevkin <34583604+MaxVerevkin@users.noreply.github.com>
  • Loading branch information
Mice7R and MaxVerevkin authored May 1, 2023
1 parent 7e74be2 commit 62a7d49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/blocks/timewarrior.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//! Key | Values | Default
//! ----|--------|--------
//! `interval` | Update interval in seconds | `30`
//! `format` | A string to customise the output of the block. See placeholders. | `" $icon {$elapsed\|}"`
//! `format` | A string to customise the output of the block. See placeholders. | <code>" $icon {$elapsed &vert;}"</code>
//! `info` | The threshold of minutes the task turns into a info state | -
//! `good` | The threshold of minutes the task turns into a good state | -
//! `warning` | The threshold of minutes the task turns into a warning state | -
Expand All @@ -28,7 +28,7 @@
//! ```toml
//! [[block]]
//! block = "timewarrior"
//! format = " $icon {$tags.str(w:8,max_w:8,rot_interval:4) $elapsed|}"
//! format = " $icon {$tags.str(w:8,rot_interval:4) $elapsed|}"
//! ```
//!
//! # Icons Used
Expand Down

0 comments on commit 62a7d49

Please # to comment.