4 Commits

Author SHA1 Message Date
wesley 2f96f042ba Merge pull request 'Release 1.0' (#31) from main into development (#35)
Reviewed-on: #35
2026-05-15 06:50:13 -04:00
wesley 213042df74 Customized tmux (#32)
Changed out the theme on tmux to one more maintained. Also set wezterm
to open tmux upon launch of the terminal.

Reviewed-on: #32
2026-05-14 21:51:23 -04:00
wesley f2b91c6eb0 Merge branch 'development' into main 2026-01-13 17:51:17 -05:00
wesley 9ee3a31003 Release 1.0
We have no release yet and I feel it's time to call a 1.0. This seems as good a place as any to start.

Reviewed-on: #30
2026-01-13 17:48:59 -05:00
2 changed files with 14 additions and 3 deletions
+13 -3
View File
@@ -1,11 +1,21 @@
set -g prefix ^A set -g prefix ^A
set -g @plugin 'fabioluciano/tmux-tokyo-night'
set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'janoamaral/tokyo-night-tmux'
# Tokyo Night config
set -g @tokyo-night-tmux_theme 'storm'
set -g @tokyo-night-tmux_show_netspeed 1
set -g @tokyo-night-tmux_netspeed_iface "wlp4s0"
set -g @tokyo-night-tmux_window_id_style dsquare
# Set mouse on so that we can scroll with the mouse
set -g mouse on
# Set status bar to bottom
set -g status-position bottom
set -g @theme_variation 'storm'
set -g @theme_disable_plugins 1
#set -g @theme_plugin_datetime_format '%a %d %b %Y' #set -g @theme_plugin_datetime_format '%a %d %b %Y'
run '~/.tmux/plugins/tpm/tpm' run '~/.tmux/plugins/tpm/tpm'
+1
View File
@@ -10,5 +10,6 @@ config.enable_tab_bar = false
config.initial_cols = 205 config.initial_cols = 205
config.initial_rows = 45 config.initial_rows = 45
config.font_size = 10 config.font_size = 10
config.default_prog = { "tmux", "new-session", "-A", "-s", "main" }
return config return config