From 4baafc39531363e2c4fa61fd555ed237fac78e06 Mon Sep 17 00:00:00 2001 From: Paolo Donadeo Date: Wed, 24 Dec 2025 12:25:39 +0100 Subject: [PATCH] g --- scripts/show_calendar.sh | 2 +- scripts/show_reminders.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/show_calendar.sh b/scripts/show_calendar.sh index 4aaaf4c..3de4841 100755 --- a/scripts/show_calendar.sh +++ b/scripts/show_calendar.sh @@ -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 --status-line -PM"Riga %lt/%L (%Pb\%)" +rem -m -cu+2 -b1 -gaa -q -@2 --hide-completed-todos -w"$TERM_WIDTH" | less -r +g --status-line -PM"Riga %lt/%L (%Pb\%)" diff --git a/scripts/show_reminders.sh b/scripts/show_reminders.sh index 730319c..5bd5a06 100755 --- a/scripts/show_reminders.sh +++ b/scripts/show_reminders.sh @@ -2,4 +2,4 @@ export LESSCHARSET=utf-8 TERM_WIDTH=$(tput cols) -rem -m -b1 -gaa -q -aa -iinclude_todo=1 -@2 -w"$TERM_WIDTH" | less -r --status-line -PM"Riga %lt/%L (%Pb\%)" +rem -m -b1 -gaa -q -aa -iinclude_todo=1 -@2 -w"$TERM_WIDTH" | less -r +g --status-line -PM"Riga %lt/%L (%Pb\%)"