File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
//! Key | Values | Default
8
8
//! ----|--------|--------
9
9
//! `interval` | Update interval in seconds | `30`
10
- //! `format` | A string to customise the output of the block. See placeholders. | ` " $icon {$elapsed\|}"`
10
+ //! `format` | A string to customise the output of the block. See placeholders. | <code> " $icon {$elapsed |}"</code>
11
11
//! `info` | The threshold of minutes the task turns into a info state | -
12
12
//! `good` | The threshold of minutes the task turns into a good state | -
13
13
//! `warning` | The threshold of minutes the task turns into a warning state | -
28
28
//! ```toml
29
29
//! [[block]]
30
30
//! block = "timewarrior"
31
- //! format = " $icon {$tags.str(w:8,max_w:8, rot_interval:4) $elapsed|}"
31
+ //! format = " $icon {$tags.str(w:8,rot_interval:4) $elapsed|}"
32
32
//! ```
33
33
//!
34
34
//! # Icons Used
You can’t perform that action at this time.
0 commit comments