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:
parent
7eec41c284
commit
91c684b702
@ -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)
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user