Merge pull request 'Release 1.0' (#31) from main into development #38

Merged
wesley merged 6 commits from release/v1.3 into main 2026-05-18 18:57:37 -04:00
2 changed files with 17 additions and 3 deletions
Showing only changes of commit bb6cd297c2 - Show all commits
+16 -3
View File
@@ -1,11 +1,24 @@
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 'fabioluciano/tmux-powerkit'
# 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 mouse on so that we can scroll with the mouse
set -g mouse on
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'
# Status bar position
set -g status-position bottom
+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