Fix broot icons

main
trivernis 10 months ago
parent c251449375
commit 400f219c26
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -1,6 +1,13 @@
modal = true
default_flags = "g"
default_flags = "gh"
show_selection_mark = true
icon_theme = "vscode"
[special-paths]
"**/.git" = "hide"
"**/target" = "noenter"
"**/dist" = "noenter"
"**/out" = "noenter"
[[verbs]]
invocation = "open"

@ -90,6 +90,9 @@
<edit binding="weak" name="family" mode="append">
<string>Symbols Nerd Font</string>
</edit>
<edit binding="weak" name="family" mode="append">
<string>Broot Icons Visual Studio Code</string>
</edit>
<edit binding="weak" name="family" mode="append">
<string>JoyPixels</string>
</edit>
@ -107,6 +110,9 @@
<edit binding="weak" name="family" mode="append">
<string>Symbols Nerd Font</string>
</edit>
<edit binding="weak" name="family" mode="append">
<string>Broot Icons Visual Studio Code</string>
</edit>
<edit binding="weak" name="family" mode="append">
<string>JoyPixels</string>
</edit>
@ -121,6 +127,9 @@
<edit binding="same" name="family" mode="assign">
<string>Symbols Nerd Font</string>
</edit>
<edit binding="weak" name="family" mode="append">
<string>Broot Icons Visual Studio Code</string>
</edit>
<edit binding="weak" name="family" mode="append">
<string>JoyPixels</string>
</edit>

@ -9,6 +9,7 @@ config.font = wezterm.font_with_fallback {
'FiraCode NF',
'FiraMono',
'Jetbrains Mono',
'Broot Icons Visual Studio Code',
}
{{#if (eq system.hostname "deepthought")}}
config.font_size = 12

Loading…
Cancel
Save