Skip to content

Commit

Permalink
Update tmux status bar
Browse files Browse the repository at this point in the history
  • Loading branch information
phansch committed Oct 7, 2024
1 parent c5415cf commit 3d5a0de
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tmux/.tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ setw -g window-status-activity-style bg=yellow,fg=black

# Who needs a distracting status display anyway?
# Just show the name of the current session on the left
set -g status-left-length 20
set -g status-left " "
set -g status-right "[#S]"
set -g status-left-length 25
set -g status-left "[sess: #S] "
set -g status-right ""

setw -g status-style bg=default,fg=white
setw -g window-status-current-style fg=colour0,bg=white
setw -g status-style bg=default,fg=#bd93f9
setw -g window-status-current-style fg=colour0,bg=#bd93f9

set -g pane-border-style fg=default
set -g pane-active-border-style fg=default,bg=default

0 comments on commit 3d5a0de

Please sign in to comment.