From 2f96f042bac3b3a63239abe0604329862aeddcaf Mon Sep 17 00:00:00 2001 From: Wesley Irvin Date: Fri, 15 May 2026 06:50:13 -0400 Subject: [PATCH] Merge pull request 'Release 1.0' (#31) from main into development (#35) Reviewed-on: https://git.wesirvin.com/wesley/dotfiles/pulls/35 --- tmux/dot-config/tmux/tmux.conf | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/tmux/dot-config/tmux/tmux.conf b/tmux/dot-config/tmux/tmux.conf index 6d4a311..94dde2a 100644 --- a/tmux/dot-config/tmux/tmux.conf +++ b/tmux/dot-config/tmux/tmux.conf @@ -2,23 +2,20 @@ set -g prefix ^A set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' -set -g @plugin 'fabioluciano/tmux-powerkit' +set -g @plugin 'janoamaral/tokyo-night-tmux' # Tokyo Night config -set -g @powerkit_plugin_theme "tokyo-night" -set -g @powerkit_plugin_theme_variant "storm" -set -g @powerkit_plugins "cpu,memory,netspeed,datetime" -set -g @powerkit_plugin_netspeed_iface "wlp4s0" -set -g @powerkit_plugin_datetime_format "%m/%d/%y %H:%M" -set -g @powerkit_plugin_cache_enabled "true" -set -g @powerkit_separator_style "rounded" +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_plugin_datetime_format '%a %d %b %Y' run '~/.tmux/plugins/tpm/tpm' - -# Status bar position -set -g status-position bottom