1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-23 13:21:38 +03:00

more fallout from Nerd Font symbols breaking changes in 3.0

This commit is contained in:
Wez Furlong 2023-05-28 20:07:12 -07:00
parent 0486f77853
commit 71819b4abc
No known key found for this signature in database
GPG Key ID: 7A7F66A31EC9B387
4 changed files with 16050 additions and 6487 deletions

File diff suppressed because it is too large Load Diff

View File

@ -35,7 +35,7 @@ wezterm.on('augment-command-palette', function(window, pane)
return {
{
brief = 'Rename tab',
icon = 'mdi_rename_box',
icon = 'md_rename_box',
action = act.PromptInputLine {
description = 'Enter new name for tab',

View File

@ -18,7 +18,7 @@ fn main() {
fn generate_nerdfonts_data() {
let mut symbols: Vec<(String, char)> = vec![];
for set in &["cod", "dev", "fa", "fae", "iec", "logos", "material", "oct", "ple", "pom", "seti", "weather"] {
for set in &["cod", "dev", "fa", "fae", "iec", "logos", "md", "oct", "ple", "pom", "seti", "weather"] {
let url = format!("https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/bin/scripts/lib/i_{set}.sh");
let filename = format!("/tmp/termwiz-data-fa-{set}.sh");

File diff suppressed because it is too large Load Diff