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 {