Organizing term shortcuts

This commit is contained in:
2026-08-26 09:26:51 -04:00
parent 29cf84c0d8
commit cad5afd98c
2 changed files with 17 additions and 17 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ $env.SSH_AUTH_SOCK = ""
$env.SSH_ASKPASS = "/usr/bin/ksshaskpass"
$env.SSH_ASKPASS_REQUIRE = "force"
def main [--host: string, --theme: string, --font: string = "LythMono Nerd Font", --font_size: int] {
def main [--host: string, --theme: string = "Ef-Dream", --font: string = "LythMono Nerd Font", --font_size: int = 12] {
let color_scheme = "color_scheme='" + $theme + "'"
let wez_font = 'font=wezterm.font("' + $font + '")'
let wez_font_size = 'font_size=' + ($font_size | into string)
@@ -15,7 +15,7 @@ def main [--host: string, --theme: string, --font: string = "LythMono Nerd Font"
--config $wez_font
--config $wez_font_size
connect
--class $"lol.roo.home.term.($host)"
--class $"lol.roo.term.($host)"
$host
)
}