wezterm icon indicating copy to clipboard operation
wezterm copied to clipboard

My Wezterm configuration

Results 4 wezterm issues
Sort by recently updated
recently updated
newest added

When i use this config, I can't set window_background_opacity. ```lua color.set_tab_button(Config, theme) Config.window_background_opacity = 0.9 return Config ``` I added this settting in the appearance.lua. But it did't work.

bug

Module fails with the following error message: ``` 23:03:37.801 ←[31mERROR ←[0m ←[1mwezterm_gui::termwindow←[0m > while processing update-status event: runtime error: C:\Users\xxx\.config\wezterm/events\update-status.lua:24: attempt to index a nil value (local 'theme') stack traceback:...

bug

**Describe the bug** When i launch wezterm with your config installed, i get an error, i use windows 10. **To Reproduce** Steps to reproduce the behavior: 1.Go to the Users...

bug

**Describe the bug** In update-status.lua: ``` local usable_width = pane:get_dimensions().cols - tab_bar_width - 2 ``` Shouldn't this use the cols of the entire window instead? The status bar is not...

bug