From 13a22c61fd2aa4a800eb34af1ed3b69b96bfb9a9 Mon Sep 17 00:00:00 2001 From: Paolo Donadeo Date: Wed, 24 Dec 2025 12:45:35 +0100 Subject: [PATCH] fix(scripts): increase tmux popup height for reminders Increase the height of the tmux display-popup in `show_reminders` from 50 to 60 to improve visibility of reminders. --- scripts/main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/main.sh b/scripts/main.sh index bb6c97a..7eb3bef 100755 --- a/scripts/main.sh +++ b/scripts/main.sh @@ -28,7 +28,7 @@ function get_italian_datetime { function show_reminders { local datetime datetime=$(get_italian_datetime) - tmux display-popup -T "#[align=centre]Impegni di oggi - $datetime" -w 60% -h 50% -x C -y C -E -- "$CURRENT_DIR/show_reminders.sh" + tmux display-popup -T "#[align=centre]Impegni di oggi - $datetime" -w 60% -h 60% -x C -y C -E -- "$CURRENT_DIR/show_reminders.sh" } function show_calendar {