Skip to content

Commit

Permalink
Better timer status format
Browse files Browse the repository at this point in the history
  • Loading branch information
NonlinearFruit committed Jul 11, 2024
1 parent be61450 commit 82d2c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pomodoro
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def time-left [] {
| if $in < 0min {
"Done"
} else {
format duration min
$in / 1min | math round | $"($in) min"
}
}

Expand Down

0 comments on commit 82d2c04

Please sign in to comment.