Skip to content

Commit

Permalink
fix: add space after inactive window
Browse files Browse the repository at this point in the history
  • Loading branch information
obergodmar committed Nov 1, 2023
1 parent c346957 commit b7d9f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kanagawa.tmux
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ main() {
readonly show_session="#{?client_prefix,#[fg=$thm_orange],#[fg=$thm_fg]}#[bg=$thm_gray]  #S "

local window_status_format
readonly window_status_format="#[fg=$thm_fg,bg=$thm_bg] #I: #W"
readonly window_status_format="#[fg=$thm_fg,bg=$thm_bg] #I: #W "

local window_status_current_format
readonly window_status_current_format="#[fg=$thm_fg,bg=$thm_gray,underscore] #I: #W "
Expand Down

0 comments on commit b7d9f4d

Please sign in to comment.