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.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user