Skip to content

Commit

Permalink
remove set term back to 'xterm' for wezterm
Browse files Browse the repository at this point in the history
  • Loading branch information
xvzc committed Jul 8, 2024
1 parent 3f6fdc6 commit 395af36
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dot_config/tmux/tmux.options.conf.tmpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# vim:filetype=tmux :tw=80:et

set -g default-terminal "wezterm"
set -g default-terminal "xterm-256color"
set -as terminal-features ",xterm-256color:RGB"

# 0 is too far from ` ;)
Expand Down
9 changes: 4 additions & 5 deletions dot_config/tmux/tmux.style.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@ set-option -g status-style bg=default
set -g status-left-length 60

# Display the session name
set -g status-left " #[fg=black, bg=green] #S #[default] "
set -g status-left "#[fg=black, bg=green] #S #[default] "

# Set right side status bar length and style
set -g status-right-length 140
set -g status-right-style default

# Display the date
set -g status-right "#(~/.scripts/tmux/battery) #[fg=white, bg=default]%H:%M "
# set -g status-right "#[fg=white,bg=default]"
# set -g status-right "#(~/.scripts/tmux/battery) #[fg=white, bg=default]%H:%M "
# set -g status-right "#(~/.scripts/tmux/battery) #[fg=white, bg=default]%H:%M "
set -g status-right "#[fg=white,bg=default]"

# Set the inactive window color and style
set -g window-status-style fg=colour244,bg=default
Expand Down
2 changes: 1 addition & 1 deletion dot_wezterm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local wezterm = require("wezterm")

local config = wezterm.config_builder()

config.term = 'wezterm'
-- config.term = 'wezterm'

config.window_decorations = "RESIZE"
config.use_fancy_tab_bar = true
Expand Down

0 comments on commit 395af36

Please sign in to comment.