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.
6 lines
190 B
Bash
Executable File
6 lines
190 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
export LESSCHARSET=utf-8
|
|
TERM_WIDTH=$(tput cols)
|
|
rem -m -cu+4 -b1 -gaa -q -@2 --hide-completed-todos -w"$TERM_WIDTH" | less -r +g --status-line -PM"Line %lt/%L (%Pb\%)"
|