diff --git a/dot_config/tmux/tmux.conf b/dot_config/tmux/tmux.conf index 046393a..6bb0e99 100644 --- a/dot_config/tmux/tmux.conf +++ b/dot_config/tmux/tmux.conf @@ -18,18 +18,30 @@ set-window-option -g pane-base-index 1 #set -g @tmux_power_theme 'forest' +# +# Tmux Power +# +# + set -g @tmux_power_date_icon ' ' # set it to a blank will disable the icon set -g @tmux_power_time_icon '🕘' # emoji can be used if your terminal supports set -g @tmux_power_user_icon 'U' set -g @tmux_power_session_icon 'S' -set -g @tmux_power_upload_speed_icon '↑' -set -g @tmux_power_download_speed_icon '↓' +set -g @tmux_power_upload_speed_icon '↑U' +set -g @tmux_power_download_speed_icon '↓D' set -g @tmux_power_show_upload_speed true set -g @tmux_power_show_download_speed true # nice but too grey # set -g @tmux_power_theme 'snow' -set -g @tmux_power_theme 'moon' + + +#set -g @tmux_power_theme 'moon' + + +set -g @plugin 'tmux-plugins/tmux-prefix-highlight' +set -g @tmux_power_prefix_highlight_pos 'LR' + # if run as "tmux attach", create a session if one does not already exist #new-session -n $HOST @@ -74,7 +86,16 @@ set -g @plugin 'wfxr/tmux-net-speed' set-option -g @plugin "roy2220/easyjump.tmux" -set -g @plugin "nordtheme/tmux" +#set -g @plugin "nordtheme/tmux" set -g @plugin 'tmux-plugins/tmux-yank' run '~/.config/tmux/plugins/tpm/tpm' + +set -g @tmux_power_theme '#256C9D' # dark slate blue + +# The following colors are used as gradient colors +set -g @tmux_power_g0 "#262626" +set -g @tmux_power_g1 "#303030" +set -g @tmux_power_g2 "#3a3a3a" +set -g @tmux_power_g3 "#444444" +set -g @tmux_power_g4 "#ffffff" diff --git a/dot_zshrc b/dot_zshrc index 41d87dd..1ff6a37 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -2,7 +2,7 @@ # 2025-04-10 test # -# + autoload -Uz promptinit promptinit prompt adam1