fix tmux clock

This commit is contained in:
thek4n 2026-04-20 10:29:47 +03:00
parent 96969ca538
commit 07fa1eb216

View File

@ -50,7 +50,7 @@ bind c display-menu \
display-popup -w 33% -h 70% "cal -my" display-popup -w 33% -h 70% "cal -my"
} \ } \
time t { 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 { weather w {
display-popup -h 80% -w 60% "zsh -ic 'weather \$CITY'" display-popup -h 80% -w 60% "zsh -ic 'weather \$CITY'"