From ac15134e065c1088147f3cc7ac30681e7adea1c0 Mon Sep 17 00:00:00 2001 From: Shawn Anderson Date: Sat, 27 May 2023 12:50:43 -0700 Subject: [PATCH] Add Day of week to tmux powerline. --- dotfiles/.config/tmux/plugins.tmux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/.config/tmux/plugins.tmux b/dotfiles/.config/tmux/plugins.tmux index b6ba5c1..b588fc0 100644 --- a/dotfiles/.config/tmux/plugins.tmux +++ b/dotfiles/.config/tmux/plugins.tmux @@ -8,10 +8,10 @@ set -g @plugin 'tmux-plugins/tmux-sensible' # Tmux Power set -g @plugin 'linuxiscool/tmux-power' #set -g @tmux_power_theme 'moon' # dark slate blue -set -g @tmux_power_theme 'gold' # dark slate blue +set -g @tmux_power_theme 'violet' # dark slate blue #set -g @tmux_power_date_icon '☃️ ☃️ ☃️ February' # set it to a blank will disable the icon set -g @tmux_power_date_icon '🌱 %B' # 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_time_icon '⌚ %A' # emoji can be used if your terminal supports #set -g @tmux_power_user_icon '🀄' set -g @tmux_power_user_icon '🍄' set -g @tmux_power_session_icon '✨'