chore: small visual fixes

This commit is contained in:
Marco Thomas
2023-10-24 09:21:31 +02:00
parent d90fe0dd61
commit 3a1a418c6d
3 changed files with 9 additions and 9 deletions

View File

@@ -76,7 +76,6 @@ set-option -g set-titles on
set-option -g set-titles-string "#H: #W"
########## Styling ##########
# generated using https://github.com/edkolev/tmuxline.vim
set -g status-position top
set -g status-justify "left"
set -g status "on"
@@ -89,7 +88,7 @@ set -g status-right-length "100"
set -g status-left-length "100"
setw -g window-status-activity-style "none,fg=#93b259,bg=#e6e2cc"
setw -g window-status-style "none,fg=#939f91,bg=#e6e2cc"
set -g status-left ""
set -g status-right "#[fg=#939f91,bg=#e6e2cc] #H @ #S"
setw -g window-status-format "#I:#W"
setw -g window-status-current-format "#[fg=#93b259,bold]#I:#W*"
set -g status-left "#[fg=#939f91,bg=#e6e2cc]  "
set -g status-right "#[fg=#939f91,bg=#e6e2cc] #H "
setw -g window-status-format " #I#W "
setw -g window-status-current-format "#[fg=#93b259,bold] #I#W "