1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-24 07:46:59 +03:00

docs: fix typo

This commit is contained in:
Wez Furlong 2022-01-17 08:21:30 -07:00
parent 7eec41c284
commit 91c684b702

View File

@ -23,7 +23,7 @@ wezterm.on("update-right-status", function(window, pane)
local date = wezterm.strftime("%a %b %-d %H:%M ");
window:set_right_status(wezterm.format({
{Text=wezterm.nerdfonts.mid_clock .. " "..date},
{Text=wezterm.nerdfonts.mdi_clock .. " "..date},
}));
end)
```