diff --git a/dot_config/tmux/tmux.conf b/dot_config/tmux/tmux.conf index 6bb0e99..2e57b21 100644 --- a/dot_config/tmux/tmux.conf +++ b/dot_config/tmux/tmux.conf @@ -27,21 +27,20 @@ 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 '↑U' -set -g @tmux_power_download_speed_icon '↓D' +set -g @tmux_power_upload_speed_icon '↑' +set -g @tmux_power_download_speed_icon '↓' 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 @plugin 'tmux-plugins/tmux-prefix-highlight' set -g @tmux_power_prefix_highlight_pos 'LR' +set -g @tmux_power_theme '#256C9D' # dark slate blue + # if run as "tmux attach", create a session if one does not already exist #new-session -n $HOST @@ -91,11 +90,4 @@ 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" +j