From 38d1fe6a2da065707ea8c4d2b6acec671fb611d4 Mon Sep 17 00:00:00 2001 From: Shawn Anderson Date: Thu, 27 Oct 2022 15:12:36 -0700 Subject: [PATCH] Update tmux power emojis and plugin repo to source custom fork that swaps date and time. --- dotfiles/.config/tmux/plugins.tmux | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/dotfiles/.config/tmux/plugins.tmux b/dotfiles/.config/tmux/plugins.tmux index 2d4c12b..796cd5a 100644 --- a/dotfiles/.config/tmux/plugins.tmux +++ b/dotfiles/.config/tmux/plugins.tmux @@ -3,16 +3,17 @@ set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' # Tmux Power -set -g @plugin 'wfxr/tmux-power' +set -g @plugin 'linuxiscool/tmux-power' set -g @tmux_power_theme 'forest' # dark slate blue -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_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 '🍄' -set -g @tmux_power_session_icon '' +set -g @tmux_power_session_icon '✨' set -g @tmux_power_upload_speed_icon '' set -g @tmux_power_download_speed_icon '' set -g @tmux_power_left_arrow_icon '' set -g @tmux_power_right_arrow_icon '' +set -g @tmux_power_prefix_highlight_pos 'LR' # Prefix Highlight set -g @plugin 'tmux-plugins/tmux-prefix-highlight' @@ -20,3 +21,5 @@ set -ag status-right "#{prefix_highlight}" # Initialize Plugins run -b "~/.config/tmux/plugins/tpm/tpm" + +