mirror of
https://github.com/TECHNOFAB11/tmux2k.git
synced 2025-12-11 23:50:08 +01:00
fix: use correct refresh rate var in pomodoro
This commit is contained in:
parent
5c7eae89d5
commit
9dbd5bb077
1 changed files with 1 additions and 1 deletions
|
|
@ -16,8 +16,8 @@ if [ -f "$POMODORO_SCRIPT" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
main() {
|
main() {
|
||||||
|
RATE=$(get_tmux_option "@tmux2k-refresh-rate" 5)
|
||||||
pomodoro_status="$(pomodoro_status)"
|
pomodoro_status="$(pomodoro_status)"
|
||||||
RATE=$(get_tmux_option "@tmux2k-ping-rate" 5)
|
|
||||||
sleep "$RATE"
|
sleep "$RATE"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue