From ce68cdfef67cef8c34134b0de18454ce32b5ed2d Mon Sep 17 00:00:00 2001 From: Paolo Donadeo Date: Wed, 24 Dec 2025 12:35:08 +0100 Subject: [PATCH] ws --- scripts/main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/main.sh b/scripts/main.sh index a83b5fa..bb6c97a 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 50% -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 50% -x C -y C -E -- "$CURRENT_DIR/show_reminders.sh" } function show_calendar {