From 07fa1eb216fe72a708d4112c6cfad837aee42105 Mon Sep 17 00:00:00 2001 From: thek4n Date: Mon, 20 Apr 2026 10:29:47 +0300 Subject: [PATCH] fix tmux clock --- home/user/.config/tmux/mappings.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'"