statusline format

This commit is contained in:
Daniel Lundin 2020-10-14 16:36:50 +02:00
parent ba568fd0dd
commit 4bdf4060d9
No known key found for this signature in database
GPG key ID: 6AB527C9196ACDCC

View file

@ -57,7 +57,7 @@ setw -g window-status-separator ""
set -g status-style "bg=#3e3e3e,fg=#c0c0c0"
set -g status-left-length 0
set -g status-right-length 0
set -g status-left '#[bg=#263238,fg=#707070] #W#[fg=#212121]▕#[bg=#3e3e3e,fg=#a0a0a0] #{=|45|…:pane_current_path}'
set -g status-left '#[bg=#263238,fg=#707070] #W#[fg=#212121]▕#[bg=#3e3e3e,fg=#a0a0a0] #{=|145|…:pane_current_path}'
set -g status-right '#[fg=#f7f7f7]#{@starship}#[fg=#212121]▕#[fg=#f7f7f7]#(~/go/bin/gitmux -cfg ~/.config/gitmux/gitmux.yaml "#{pane_current_path}")#[bg=#263238,fg=#707070] #(date +%%H:%%M) '
set -g set-titles on