Skip to content
Prev Previous commit
Next Next commit
Fix example to use new formatter arguments
  • Loading branch information
Mice7R committed Feb 12, 2024
commit 2641bc76c5d7d3be13aa62317a13e56737c6b4d1
2 changes: 1 addition & 1 deletion src/blocks/timewarrior.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
//! ```toml
//! [[block]]
//! block = "timewarrior"
//! format = " $icon {$tags.rot-str(8,1) $elapsed|}"
//! format = " $icon {$tags.str(w:8,max_w:8,rot_interval:4) $elapsed|}"
//! ```
//!
//! # Icons Used
Expand Down