Skip to content

Commit e11de0b

Browse files
committed
feat: Using sharp angles in the most right comp.
Signed-off-by: Rodrigo Hashimoto <[email protected]>
1 parent 2a7734e commit e11de0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

powerline/double/justEnough11.tmuxtheme

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ nvim_fg=#646608
143143
blk1_icon="#[fg=$namespace_icon_fg,bg=default,bold,bg=$first_bg] #[fg=$session_fg]#{}"
144144
dateBG=#181818
145145
dateSymbolFG=#a80000
146-
currDate="#[fg=$dateBG]#[bg=$dateBG]#[bg=$dateBG]#[fg=$dateSymbolFG]$cal_icon #[fg=#353535,bold]%m╱#[fg=#8b0106,bold]%d"
146+
currDate="#[fg=$dateBG]$active_term_left_sep #[bg=$dateBG]#[bg=$dateBG]#[fg=$dateSymbolFG]$cal_icon #[fg=#353535,bold]%m╱#[fg=#8b0106,bold]%d"
147147

148148
# Inactive panes
149149
inactive_pane_bubble_bg=#181818
@@ -171,7 +171,7 @@ set -g @prefix_highlight_prefix_prompt ' '
171171

172172
# Right side
173173
# -----------------
174-
set -g status-right "#[fg=$tmux_fg,bg=default,bold]#{pomodoro_status} #[fg=$tmux_fg,bg=default,bold]#( . $tpm_updates ) #[fg=$omz_plugin_fg,bg=default]#( . $zsh_plugins_updates)#[fg=$mason_fg,bg=default]#( . $mason_updates)#[fg=$zap_fg,bg=default]#(. $zap_plugins_updates)#[bg=default,fg=$pyright_icon_fg,nobold]$pyright_icon#[bg=default,fg=$pyright_fg,bold]#($pyright_counter)#[bg=default,fg=$blk3_vim_fg,nobold]$nodejs_icon#[bg=default,fg=$nodejs_fg,bold]#($node_counter)#[bg=default,fg=$blk3_vim_fg]$nvim_icon#[bg=default,fg=$nvim_fg,bold]#($vim_counter)#[fg=$cal_fg,bg=default]$currDate#[fg=$time_bg,bg=$dateBG] $active_term_left_sep_inv#[bg=$time_bg] #[fg=#fe0000,bg=$time_bg,bold]#[fg=$time_h,bold]%H:#[fg=$time_m,bold]%M#[bg=$time_bg] #[fg=$time_bg,bg=default]$active_term_right_sep_inv"
174+
set -g status-right "#[fg=$tmux_fg,bg=default,bold]#{pomodoro_status} #[fg=$tmux_fg,bg=default,bold]#( . $tpm_updates ) #[fg=$omz_plugin_fg,bg=default]#( . $zsh_plugins_updates)#[fg=$mason_fg,bg=default]#( . $mason_updates)#[fg=$zap_fg,bg=default]#(. $zap_plugins_updates)#[bg=default,fg=$pyright_icon_fg,nobold]$pyright_icon#[bg=default,fg=$pyright_fg,bold]#($pyright_counter)#[bg=default,fg=$blk3_vim_fg,nobold]$nodejs_icon#[bg=default,fg=$nodejs_fg,bold]#($node_counter)#[bg=default,fg=$blk3_vim_fg]$nvim_icon#[bg=default,fg=$nvim_fg,bold]#($vim_counter)#[fg=$cal_fg,bg=default]$currDate#[fg=$time_bg,bg=$dateBG] $active_term_left_sep #[bg=$time_bg] #[fg=#fe0000,bg=$time_bg,bold]#[fg=$time_h,bold]%H:#[fg=$time_m,bold]%M#[bg=$time_bg] #[fg=$time_bg,bg=default]$active_term_right_sep_inv"
175175

176176

177177
# ---------------------------------

0 commit comments

Comments
 (0)