2 Commits

Author SHA1 Message Date
wesley bb6cd297c2 Merge pull request 'Customized tmux (#32)' (#33) from main into development
Reviewed-on: #33
2026-05-14 21:53:12 -04:00
wesley 620574ea19 Merge pull request 'Release 1.0' (#31) from main into development
Reviewed-on: #31
2026-01-13 17:51:34 -05:00
+11 -8
View File
@@ -2,20 +2,23 @@ set -g prefix ^A
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' set -g @plugin 'fabioluciano/tmux-powerkit'
# Tokyo Night config # Tokyo Night config
set -g @tokyo-night-tmux_theme 'storm' set -g @powerkit_plugin_theme "tokyo-night"
set -g @tokyo-night-tmux_show_netspeed 1 set -g @powerkit_plugin_theme_variant "storm"
set -g @tokyo-night-tmux_netspeed_iface "wlp4s0" set -g @powerkit_plugins "cpu,memory,netspeed,datetime"
set -g @tokyo-night-tmux_window_id_style dsquare 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 mouse on so that we can scroll with the mouse # Set mouse on so that we can scroll with the mouse
set -g mouse on set -g mouse on
# Set status bar to bottom
set -g status-position bottom
#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'
# Status bar position
set -g status-position bottom