feat(calendar): extend calendar view to show next 4 weeks

Update both the tmux popup title and the `rem` command in
`show_calendar.sh` to display events for the next 4 weeks instead of 2
weeks.
This commit is contained in:
2025-12-24 21:47:36 +01:00
parent 9d33272a55
commit 2f5690f08f
2 changed files with 2 additions and 2 deletions

View File

@@ -2,4 +2,4 @@
export LESSCHARSET=utf-8
TERM_WIDTH=$(tput cols)
rem -m -cu+2 -b1 -gaa -q -@2 --hide-completed-todos -w"$TERM_WIDTH" | less -r +g --status-line -PM"Line %lt/%L (%Pb\%)"
rem -m -cu+4 -b1 -gaa -q -@2 --hide-completed-todos -w"$TERM_WIDTH" | less -r +g --status-line -PM"Line %lt/%L (%Pb\%)"