folke / tokyonight.nvim

🏙 A clean, dark Neovim theme written in Lua, with support for lsp, treesitter and lots of plugins. Includes additional themes for Kitty, Alacritty, iTerm and Fish.
Apache License 2.0
6.25k stars 414 forks source link

fix(tmux): use 24h format #624

Closed TheJltres closed 1 month ago

TheJltres commented 1 month ago

Description

I tried to setup 24h format, but it would not apply. I changed the comparison method, from == to =. But it can also be changed to -eq. As you prefer...

Screenshots

Top right corner

Before image

After image

folke commented 1 month ago

ty!