From 52d61aafc2970d4024cfa281b9798e0c9d80d5b0 Mon Sep 17 00:00:00 2001 From: Paolo Donadeo Date: Wed, 24 Dec 2025 11:54:58 +0100 Subject: [PATCH] test --- scripts/main.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/main.sh b/scripts/main.sh index 4838853..afb3787 100755 --- a/scripts/main.sh +++ b/scripts/main.sh @@ -26,8 +26,7 @@ function show_reminders { } function show_calendar { - tmux display-popup -T "Calendario Mensile" -w 80% -h 80% -x C -y C -E -- "$CURRENT_DIR/show_calendar.sh" - tmux display-popup -T "Prossime 2 settimane…" -w 99% -h 99% -x C -y C -E -- "$CURRENT_DIR/show_reminders.sh" + tmux display-popup -T "Prossime 2 settimane…" -w 99% -h 99% -x C -y C -E -- "$CURRENT_DIR/show_calendar.sh" } function main {