From 7b443d3b681b1a62c7371559cd1044c76df12e36 Mon Sep 17 00:00:00 2001 From: Shawn Anderson Date: Thu, 24 Nov 2022 18:52:09 -0800 Subject: [PATCH] =?UTF-8?q?Add=20emojies=20to=20tmux=20=E2=9D=A4=EF=B8=8F?= =?UTF-8?q?=E2=80=8D=F0=9F=94=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dotfiles/.config/tmux/plugins.tmux | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dotfiles/.config/tmux/plugins.tmux b/dotfiles/.config/tmux/plugins.tmux index 796cd5a..318c64f 100644 --- a/dotfiles/.config/tmux/plugins.tmux +++ b/dotfiles/.config/tmux/plugins.tmux @@ -4,7 +4,7 @@ set -g @plugin 'tmux-plugins/tmux-sensible' # Tmux Power set -g @plugin 'linuxiscool/tmux-power' -set -g @tmux_power_theme 'forest' # dark slate blue +set -g @tmux_power_theme 'violet' # 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_user_icon '🍄' @@ -19,6 +19,9 @@ set -g @tmux_power_prefix_highlight_pos 'LR' set -g @plugin 'tmux-plugins/tmux-prefix-highlight' set -ag status-right "#{prefix_highlight}" +# Tmux Text Macros for Emojis! +set -g @plugin 'linuxiscool/tmux-text-macros' + # Initialize Plugins run -b "~/.config/tmux/plugins/tpm/tpm"