Change tmux theme to support stats in powerline again

This commit is contained in:
sebastian
2025-04-11 08:42:11 +02:00
parent ac74fb8b70
commit 6177574537
3 changed files with 24 additions and 85 deletions

View File

@@ -16,8 +16,7 @@ set-window-option -g pane-base-index 1
#run-shell "/home/sebastian/tools/tmux-power/tmux-power.tmux"
set -g @tmux_power_theme 'forest'
#set -g @tmux_power_theme 'forest'
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
@@ -28,6 +27,9 @@ 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'
# if run as "tmux attach", create a session if one does not already exist
#new-session -n $HOST
@@ -71,11 +73,7 @@ set -g @plugin 'wfxr/tmux-power'
set -g @plugin 'wfxr/tmux-net-speed'
set -g @plugin "nordtheme/tmux"
run '~/.config/tmux/plugins/tpm/tpm'
#set -g @plugin "nordtheme/tmux"
set -g @plugin 'tmux-plugins/tmux-yank'
run '~/.config/tmux/plugins/tpm/tpm'