Add emojies to tmux ❤️‍🔥

This commit is contained in:
Shawn Anderson 2022-11-24 18:52:09 -08:00
parent 5278c27e8e
commit 7b443d3b68
1 changed files with 4 additions and 1 deletions

View File

@ -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"