diff --git a/home/user/.config/tmux/mappings.conf b/home/user/.config/tmux/mappings.conf index c584d23..40ba3e2 100644 --- a/home/user/.config/tmux/mappings.conf +++ b/home/user/.config/tmux/mappings.conf @@ -50,7 +50,7 @@ bind c display-menu \ display-popup -w 33% -h 70% "cal -my" } \ time t { - display-popup -w 50% -h 17% "watch -t -n 1 'figlet -ct -f big \"$(date \"+%H : %M : %S\")\"'" + display-popup -w 50% -h 20% "watch -t -n 1 'figlet -ct -f big \"$(date \"+%H : %M : %S\")\"'" } \ weather w { display-popup -h 80% -w 60% "zsh -ic 'weather \$CITY'"